I'm trying to get celstia to start me off on the surface of the suburb I live in, so I could check the local sky out, before I wizz off into the deep unknown.
I tried to get the script happening by going to the surface of the suburb I live in and then have it center on Rigel Kentaurus ( circumpolar over here).
The following script gets me to the surface but doesn't center on Rigel Kentaurus:
Code: Select all
{
select { object "Sol/Earth" }
synchronous {}
goto { time 5 }
gotolonglat { time 0 distance 1.0001 longitude 144.97 latitude -37.77 }
}
cancel {}
select { object "Rigel Kentaurus A" }
center {}
}
While next one(dropped the '}' following gotolonglat line) centers on Rigel but I'm 204AU's away from Earth:
Code: Select all
{
select { object "Sol/Earth" }
synchronous {}
goto { time 5 }
gotolonglat { time 0 distance 1.0001 longitude 144.97 latitude -37.77 }
cancel {}
select { object "Rigel Kentaurus A" }
center {}
}
Help me....I'm melting.
Also, while I'm here, I have created a 'SpaceExploration1957-1959.cel' as an excercise to learn about script writing. It works well, but it would enhance the script with Sputnik 2 and Vangaurd models. I haven't found them and would like to know for sure that they don't exist, before I give it a go myself....don't hold your breath...I'm only a novice concerning 3d programs.
Thanks for any help
Chris