Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

360 Scenes

  • #1, by Nigec 16 years ago Zitieren
    Would it be possible to do a scene that could scroll 360 degree? I saw it done with AGS years ago using a hemispherical image would it be possible in visionaire? I'm not talking cubic or using spherical images
  • #2, by XCalPro 16 years ago Zitieren
    Are you talking about wrapping around from one edge to the other so it appears you are scrolling endlessly?
  • #3, by Nigec 16 years ago Zitieren
    yes, that's it smile I've done it with Flash, it involved two images if I remember right
  • #4, by XCalPro 16 years ago Zitieren
    I know in AGS it was just a matter or changing the X coordinate position of the player and didn't require two images. I have not tried it with Vis, but if there is a way to change the X position of the player that may be the way to do it.
  • #5, by marvel 16 years ago Zitieren
    I think you just need a huge image without visual beginning or end. And when you reach a special position of the image you just "jump back".

    I think you have to do it with the help of lua. But i just don't know how wink

  • #6, by Nigec 16 years ago Zitieren
    The hemisphere image is the easy bit! maybe I should do a simple scene and see if some one can make it scroll infinitely?
  • #7, by marvel 16 years ago Zitieren
    Attached you find a concept. It shows how i would try to do it. smile Currently i check out how to do so...
  • #8, by Nigec 16 years ago Zitieren
    cool smile I hope you can do it!
  • #9, by marvel 16 years ago Zitieren
    Alex told me that this would be possible with the following definitions:

    "VGameScrollDirectionHorizontal" - with this parameter you can query the scrolling position. "VGameScrollPosition" gives you the upper-left point of the current scrolling position. "GameCursorHorizontalScrollDistance" gives you the amount of pixel to the area of the picture, where the scrolling starts. With "getCursorPos()" you get the current position of the cursor.

    So there are different possibilities how to handle this. smile

  • #10, by Nigec 16 years ago Zitieren
    cool smile I'd love to see a working demo of it, I'm just on doing a MI1 style GUI with recycled graphics I did for a "The Night of the Hermit" remake,shame the graphics are 800x600, it kinda makes hard to have the gui at the bottom.. is it possible to have custom screen sizes, ie 800x778. I might have a go at the scrolling thing tonight, the GUI is more or less working, just the convo's to sort out