{ timerate { rate 0 } labels { clear "planets|asteroids|stars|constellations" } renderflags { set "stars|planets" clear "constellations|orbits|cloudmaps" } print { text "Demarrage . . .\nAppuyez sur ESC pour terminer." origin "center" duration 2 } wait { duration 2.0 } set { name "FOV" value 32.0 } set { name "AmbientLightLevel" value 0.28 } time { jd 2452984.25 } setvisibilitylimit { magnitude 7.5 } print { text "Ballade dans la ceinture principale" origin "center" row -1 duration 5 } wait { duration 5.0 } print { text "On part de la Terre . . ." row -3 duration 3} select { object "Earth" } goto { time 3 distance 4 upframe "ecliptical" } renderflags { set "cloudmaps" } wait { duration 0.5 } orbit { axis [ 0 1 0 ] rate 6 duration 2 } print { text "Direction le Soleil." row -3} select { object "Sol" } goto { time 4 distance 7 upframe "equatorial" up [ 0 1 0 ] } wait { duration 4.5 } print { text "Un zoom sur le systeme solaire interne,\nfamille Apollo (1194 membres)." row -3} orbit { axis [ 1 0 0 ] rate 45 duration 2 } labels { set "planets|asteroids" } renderflags { set "orbits" } changedistance { duration 6.5 rate 1.0 } select { object "1862 Apollo" } timerate { rate 648000 } wait { duration 5.0 } print { text "Chaque seconde represente maintenant 8 jours dans notre simulation." row -3 duration 5} wait { duration 5.0 } print { text "Le representant de la famille est 1862 Apollo." row -3 duration 5} wait { duration 15.0 } renderflags { clear "orbits" } wait { duration 30.0 } renderflags { set "orbits" } orbit { axis [ 1 0 0 ] rate -45 duration 2 } wait { duration 10.0 } orbit { axis [ 1 0 0 ] rate 45 duration 2 } set { name "FOV" value 25.0 } renderflags { clear "orbits" } wait { duration 25.0 } set { name "FOV" value 20.0 } wait { duration 25.0 } print { text "Fin du voyage." row -3} wait { duration 3.0 } }