The speed is always zero!
I have trying to look if there was some scripts that could help me but I have found nothing...
Code: Select all
earth = celestia:find("Sol/Earth")
position = earth:getposition()
obs = celestia:getobserver()
pos_obs = obs:setposition(position)
speed = obs:getspeed()
celestia:print("Speed = " ..speed)
wait(3.0)
Can somebody tell me where I made the mistake?
I'm learning yet... Sorry again for my stupid question...
Thank you in advance.