Page 1 of 1

Looking backwards?

Posted: 23.01.2006, 19:37
by spacedonkey
I want to produce a script so that I can fly from the earth to another planet changing the view to look back to the receeding earth.

I tried the command:

lookback()

..but it didn't seem to do anything.

Can anybody show me how to do this?

Thanks for any help.

Posted: 28.01.2006, 04:34
by cpotting
Cel Script

Code: Select all

select   { object "Sol/Earth" }
track    { }

see Chris' .Cel Scripting Guide

Celx Script

Code: Select all

track(celestia:find("Sol/Earth"))