Page 1 of 1

Planet Timelapse - Simulation error?

Posted: Sat Jan 16, 2016 1:27 pm
by smartroad
So I have been thinking of doing this for a while. I made a small Arduino program that would press F10 every few seconds (five in this case) to produce a timelapse. Ended up with:

https://www.youtube.com/watch?v=i2vCikB7MkY&feature=youtu.be

However notice shadow and galaxy background move smoothly, but the planet I am orbiting seems to 'jump'. Limits of the game engine or error?
So this is 5 seconds per frame and played back at 25FPS

Re: Planet Timelapse - Simulation error?

Posted: Sat Jan 16, 2016 1:39 pm
by Roger Wilco Jr
Cool, but I imagine the background stars have much less distance to travel in each frame so they look smoother. Can you play it back faster and is it less noticeable?

Re: Planet Timelapse - Simulation error?

Posted: Sat Jan 16, 2016 3:10 pm
by smartroad
Roger Wilco Jr wrote:Cool, but I imagine the background stars have much less distance to travel in each frame so they look smoother. Can you play it back faster and is it less noticeable?


The jump was also noticeable while watching the game run (this clip was made with over 3 hours of images). It weird having seen others where the orbit period is very low and in real time you can watch a planet whip past its moon! :lol:

Re: Planet Timelapse - Simulation error?

Posted: Sat Jan 16, 2016 6:19 pm
by Flip
Seems to me that the planet being much closer it moves a greater distance between each frames than the background, and this is what makes the difference.

Re: Planet Timelapse - Simulation error?

Posted: Sat Jan 16, 2016 6:36 pm
by smartroad
Flip wrote:Seems to me that the planet being much closer it moves a greater distance between each frames than the background, and this is what makes the difference.


The jump was visible in real time as well. The jump is every 6 frames so the planets position was only updated every 30 seconds approx. Just seems weird. :?

Re: Planet Timelapse - Simulation error?

Posted: Sat Jan 16, 2016 6:54 pm
by TorTorden
Even when played back at twice the speed the planet looks choppy.
As if the it is running on a different and lower tick than the planet you are on.

I would forward this to FD, see if they can make any sense of it.

Re: Planet Timelapse - Simulation error?

Posted: Wed Mar 02, 2016 7:43 pm
by Abulion
After months that you posted it...

I find myself in a similar situation...

I think it is the extreme vicinity of the planet-moon.

I think it is how the simulation work... bit by bit...

Re: Planet Timelapse - Simulation error?

Posted: Thu Mar 03, 2016 2:32 pm
by Turjan
It's to do with the proximity of satellites to their parent body - the simulation engine appears to have issues with close orbiting bodies. The way Stellar Forge deals with it is by going a bit crazy... Every 30 seconds it simply teleports the satellite along its orbital path... :shock:

It's not usually visible in supercruise, but once you drop into normal space, the nature of such "mojo moons" becomes apparent.