{ timerate { rate 0 } labels { clear "planets|minorplanets|stars|constellations" } renderflags { set "stars|planets" clear "constellations|orbits|cloudmaps" } print { text "Let's start near home . . ." row -3 } select { object "Sol/Earth" } cancel {} # goto { time 0 distance 3 upframe "ecliptical" } # gotolonglat { time 0 distance 3 longitude -122 latitude 47 } synchronous {} renderflags { set "cloudmaps" } gotoloc { time 0.0 position [ 0 0 40000 ] } wait { duration 0.1 } center { time 0.1 } wait { duration 1.0 } follow {} # print { text "We're now orbiting about 12,500km above the Earth" row -3 duration 5 } orbit { axis [ 0 1 0 ] rate 30 duration 10 } # print { text "Earth looks much more familiar with clouds." row -3} wait { duration 0.1 } print { text "Off toward the Sun." row -3} select { object "Sol" } goto { time 8 distance 12 upframe "equatorial" up [ 0 1 0 ] } wait { duration 8.5 } print { text "At this distance, dark sunspots are visible on the Sun's surface." row -3} orbit { axis [ 0 1 0 ] rate 20 duration 10 } print { text "Let's zoom out for an overview of the inner solar system." row -3} orbit { axis [ 1 0 0 ] rate 45 duration 2 } renderflags { set "orbits" } labels { set "astroids" } changedistance { duration 5.35 rate 1.0 } print { text "Turning on planet labels . . ." row -3} labels { set "planets" } wait { duration 1.0 } print { text "We can speed up time to watch the planets orbit the sun." row -3} timerate { rate 2592000 } wait { duration 3.0 } print { text "For each second, a month of time elapses in the simulation." row -3} wait { duration 12.0 } timerate { rate 1 } print { text "Now, time has been stopped completely." row -3} # print { text "Let's zoom out for an overview of the outer solar system." row -3} # changedistance { duration 3.2 rate 1.0 } changedistance { duration 1 rate 1.0 } # print { text "Turning on planet labels . . ." row -3} # labels { set "planets" } # wait { duration 1.0 } # print { text "We can speed up time to watch the planets orbit the sun." row -3} # timerate { rate 2592000 } # wait { duration 3.0 } # print { text "For each second, a month of time elapses in the simulation." row -3} # wait { duration 12.0 } # timerate { rate 1 } # print { text "Now, time has been stopped completely." row -3} }