Closed kronick closed 5 years ago
In example basic.html
, I use aircraft.position.x +=1
to let my 3D object move.
What can I do to let this operation being executed automatically?
So, it may just like an animation, at the same time I can drag my map.
examples/logistics.html should address this
Create an example of animating a 3D object using a
requestAnimationFrame
loop