demo_it.cel
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:6k
源码类别:

OpenGL

开发平台:

Visual C++

  1. # Script di dimonstrazione di Celestia
  2. # traduzione italiana: Mauro Santandrea
  3. # email: mausan66@tiscali.it
  4. {
  5. timerate { rate 0 }
  6. labels { clear "planets|minorplanets|stars|constellations" }
  7. renderflags { set "stars|planets"
  8.                       clear "constellations|orbits|cloudmaps" }
  9. print { text "Inizia la dimostrazione . . .nPremere ESC per terminare." origin "center" duration 2 }
  10. wait { duration 2.0 }
  11. print { text "Partiamo dai dintorni di casa . . ." row -3 }
  12. select { object "Sol/Earth" }
  13. cancel {}
  14. # goto { time 0 distance 3 upframe "ecliptical" }
  15. # gotolonglat { time 0 distance 3 longitude -122 latitude 47 }
  16. synchronous {}
  17. gotoloc { time 0.0 position [ 0 0 20000 ] }
  18. wait { duration 0.1 }
  19. center { time 0.1 }
  20. wait { duration 1.0 }
  21. follow {}
  22. print { text "Stiamo orbitando intorno alla Terra ad un'altitudine di circa 12500km." row -3 duration 5 }
  23. orbit { axis [ 0 1 0 ] rate 30 duration 10 }
  24. print { text "La Terra ha un aspetto molto più familiare, con le nuvole." row -3}
  25. wait { duration 0.1 }
  26. renderflags { set "cloudmaps" }
  27. orbit { axis [ 0 1 0 ] rate 30 duration 6 }
  28. print { text "Prossima fermata: la Luna." row -3 }
  29. select { object "Moon" }
  30. goto { time 5 distance 4 upframe "equatorial" }
  31. wait { duration 5.5 }
  32. print { text "Osserviamo la Terra ed il Sole, mentre orbitiamo intorno alla Luna" row -3}
  33. orbit { axis [ 0 1 0 ] rate 30 duration 10 }
  34. print { text "Rotta verso il Sole." row -3}
  35. select { object "Sol" }
  36. goto { time 8 distance 12 upframe "equatorial" up [ 0 1 0 ] }
  37. wait { duration 8.5 }
  38. print { text "A questa distanza, le macchie solari sono ben visibili sulla superficie del Sole." row -3}
  39. orbit { axis [ 0 1 0 ] rate 20 duration 10 }
  40. print { text "Allontaniamoci per avere una panoramica del sistema solare interno." row -3}
  41. orbit { axis [ 1 0 0 ] rate 45 duration 2 }
  42. renderflags { set "orbits" }
  43. changedistance { duration 4.0 rate 1.0 }
  44. print { text "Visualizziamo i nomi dei pianeti . . ." row -3}
  45. labels { set "planets" }
  46. wait { duration 1.0 }
  47. print { text "Possiamo aumentare la velocità del tempo per osservare i pianeti orbitare intorno al sole." row -3}
  48. timerate { rate 2592000 }
  49. wait { duration 3.0 }
  50. print { text "Nella simulazione, ogni secondo corrisponde ad un mese reale." row -3}
  51. wait { duration 12.0 }
  52. timerate { rate 1 }
  53. print { text "Ora il tempo è stato fermato completamente." row -3}
  54. wait { duration 1.0 }
  55. print { text "La nostra prossima destinazione è Saturno." row -3}
  56. select { object "Saturn" }
  57. center { time 2 }
  58. wait { duration 2 }
  59. goto { time 8 distance 6 up [ 0 1 0 ] upframe "equatorial" }
  60. wait { duration 6.5 }
  61. renderflags { clear "orbits" }
  62. labels { clear "planets" }
  63. print { text "Alcune delle lune di Saturno sono visibili come punti brillanti" row -3 duration 3}
  64. orbit { axis [ 0 1 0 ] rate 30 duration 12 }
  65. select { object "Mimas" }
  66. goto { time 5 distance 4 upframe "equatorial" }
  67. print { text "La caratteristica principale della luna di Saturno Mimante è l'enorme cratere d'impatto Herschel." row -3 duration 9 }
  68. orbit { axis [ 0 1 0 ] rate 30 duration 12 }
  69. changedistance { duration 6.0 rate 0.5 }
  70. select { object "Sol" }
  71. center { time 2 }
  72. print { text "Notate come appare debole il Sole a questa distanza." row -3 }
  73. wait { duration 2 }
  74. print { text "Diamo uno sguardo alle stelle nel cielo." row -3 duration 2 }
  75. wait { duration 2 }
  76. select { object "Alpha UMa" }
  77. center { time 2 }
  78. print { text "Gli abitanti dell Emisfero Boreale riconosceranno il Gran Carro, nella costellazione dell'Orsa Maggiore." row -3 duration 3 }
  79. wait { duration 4 }
  80. select { object "Polaris" }
  81. center { time 2 }
  82. wait { duration 2 }
  83. print { text "Ora siamo centrati sulla Polare, la Stella che indica il Polo Nord." row -3}
  84. wait { duration 1 }
  85. labels { set "stars" }
  86. wait { duration 2 }
  87. print { text "La Polare fa parte dell'asterismo chiamato il Piccolo Carro." row -3}
  88. wait { duration 2 }
  89. print { text "Per aiutarci ad orientarci nel cielo, Celestia può tracciare i disegni delle costellazioni . . ." row -3}
  90. renderflags { set "constellations" }
  91. wait { duration 2 }
  92. print { text ". . . ed i nomi delle costellazioni" row -3}
  93. labels { set "constellations" }
  94. wait { duration 2 }
  95. select { object "Alnilam" }
  96. center { time 4 }
  97. wait { duration 2 }
  98. print { text "Orione è la costellazione più riconoscibile del cielo." row -3 duration 3 }
  99. wait { duration 4 }
  100. select { object "Beta Cru" }
  101. center { time 4 }
  102. wait { duration 2 }
  103. print { text "La Croce del Sud è una vista familiare nei cieli dell'Emisfero Australe." row -3 duration 4 }
  104. wait { duration 4 }
  105. rotate { axis [ 0.707 0.707 0 ] rate 20 duration 7 }
  106. print { text "Abilitiamo il rendering delle galassie, in modo da vedere la Via Lattea." row -3 duration 4 }
  107. renderflags { set "galaxies" }
  108. rotate { axis [ 0.707 0.707 0 ] rate 20 duration 14 }
  109. rotate { axis [ 0.707 0.707 0 ] rate 20 duration 10 }
  110. select { object "Antares" }
  111. center { time 5 }
  112. wait { duration 3 }
  113. print { text "Ora viaggeremo fino ad Antares, una gigante rossa nello Scorpione." row -3 duration 5 }
  114. wait { duration 2 }
  115. renderflags { clear "constellations" }
  116. labels { clear "constellations|stars" }
  117. wait { duration 1 }
  118. goto { time 8 distance 200 }
  119. wait { duration 8.5 }
  120. goto { time 5 distance 10 }
  121. wait { duration 5.0 }
  122. print { text "Pur essendo lontani da Antares più di 10 volte la distanza della Terra dal Sole, nugualmente la massiccia gigante rossa incombe enorme nel cielo." row -3}
  123. wait { duration 4.0 }
  124. print { text "Allontaniamoci ancora per avere la visione d'insieme . . ." row -3}
  125. changedistance { duration 10.0 rate 2.0 }
  126. select { object "Milky Way" }
  127. print { text "Stiamo osservando l'intera nostra galassia, la Via Lattea." row -3 duration 6 }
  128. orbit { axis [ 1 0 0 ] rate 30 duration 16.0 }
  129. print { text "È ora di tornare a casa . . ." row -3}
  130. select { object "Sol/Earth" }
  131. goto { time 20 distance 10 upframe "equatorial" }
  132. wait { duration 20.0 }
  133. print { text "Dimostrazione completata." row -3}
  134. wait { duration 3.0 }
  135. }