{ # ... Beginning of script renderflags {set "atmospheres"} renderflags {set "cloudmaps"} renderflags {set "comettails"} renderflags {clear "constellations"} renderflags {set "eclipseshadows"} renderflags {set "galaxies"} renderflags {clear "grid"} renderflags {clear "markers"} renderflags {clear "nightmaps"} renderflags {clear "orbits"} renderflags {set"planets"} renderflags {set "pointstars"} renderflags {set "ringshadows"} renderflags {set "stars"} labels {clear "asteroids"} labels {clear "constellations"} labels {clear "galaxies"} labels {clear "moons"} labels {clear "planets"} labels {clear "spacecraft"} labels {clear "stars"} preloadtex { object "Sol/Earth" } time {utc "2007-12-20T10:53:10.99488"} select { object "Sol/Earth" } follow {} gotolonglat {time 3.0 distance 6.0 longitude 0.0 latitude -20.0} wait {duration 3.0} print {text "The Winter Solstice in the Northern Hemisphere." row -3 column 1 duration 3} wait {duration 2.0} orbit {axis[1 1 0] rate 30 duration 24} print {text "Notice how the north pole is in total darkness, while the south pole has sun all the time." row -3 column 1 duration 3} wait {duration 2.0} time {utc "2007-06-20T06:53:10.99488"} gotolonglat {time 3.0 distance 6.0 longitude 0.0 latitude 20.0} print {text "...And now, the summer solstice in the Northern Hemisphere." row -3 column 1 duration 3} wait {duration 2.0} orbit {axis[1 1 0] rate 30 duration 24} print {text "Notice how the south pole is now in total darkness, while the north pole has sun all the time." row -3 column 1 duration 3} wait {duration 2.0} # End of script... }