From b93c8c441db3d9ea3a4f92a244c9312408e0afa6 Mon Sep 17 00:00:00 2001 From: Harald Schmidt Date: Fri, 18 Jun 2004 22:51:07 +0000 Subject: [PATCH] Added preloadtex command for Earth and Moon --- start.cel | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/start.cel b/start.cel index b69c2943c..8f3316fb6 100644 --- a/start.cel +++ b/start.cel @@ -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 *