How is ambience scene updated?

Hi All,



In a game as a character moves (like a car in a racing game) then how do we update the scenes around?like buildings, then trees, then hills etc…

And do we need to make all the scenes and put in a repository and introduce them sequentially in our code?



Manish

What about reading the tutorials?

https://wiki.jmonkeyengine.org/legacy/doku.php/jme3#tutorials_for_beginners

You’ll find your answers in here

i went thru terrain tutorial and it tells how to create a scene

but not how to update it with new scenes.

I mean all tutorials from the beginning.