Added preloadtex command for Earth and Moon

ver1_5_1
Harald Schmidt 2004-06-18 22:51:07 +00:00
parent 5d93676f02
commit b93c8c441d
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@
# *
#****************************************************************************
preloadtex { object "Sol/Earth" }
preloadtex { object "Sol/Earth/Moon" }
select {object "Sol"}
goto {time 3.0 distance 30}
@ -43,6 +45,10 @@
# we go to Earth, it will be displaying it's sunny side, regardless of *
# what your local time might be... *
# *
# preloadtex: Tells Celestia to load the textures for the named object. *
# Otherwise Celestia would load the texture when the object *
# comes into view, which would be noticeable as a small delay. *
# *
# select: Tells Celestia what object (planet, moon, spacecraft, etc.) to *
# define as the currently selected object. Sol defines our solar *
# system, the "/" character is merely a hierarchy divider, Earth *