Celestia

Форк
0
/
demo_lt.cel 
151 строка · 5.6 Кб
1
{
2
	timerate { rate 0 }
3
	labels { clear "planets|minorplanets|stars|constellations" }
4
	renderflags { set "stars|planets"
5
                      clear "constellations|orbits|cloudmaps" }
6
	print { text "Pradedame demonstraciją . . .\nNutraukti galite paspaudę ESC klavišą." origin "center" duration 3 }
7
	wait { duration 3.0 }
8

9
	print { text "Pradėkime nuo gimtųjų namų . . ." row -3 }
10
	select { object "Sol/Earth" }
11
	cancel {}
12
	# goto { time 0 distance 3 upframe "ecliptical" }
13
	# gotolonglat { time 0 distance 3 longitude -122 latitude 47 }
14
	synchronous {}
15
	gotoloc { time 0.0 position [ 0 0 20000 ] }
16
	wait { duration 0.1 }
17
	center { time 0.1 }
18
	wait { duration 1.0 }
19
	follow {}
20

21
	print { text "Atstumas iki Žemės apie 12,500km " row -3 duration 5 }
22
	orbit { axis [ 0 1 0 ] rate 30 duration 10 }
23
	print { text "Su debesimis Žemė atrodo dar įspūdingiau." row -3}
24
	wait { duration 0.1 }
25
	renderflags { set "cloudmaps" }
26
	orbit { axis [ 0 1 0 ] rate 30 duration 6 }
27

28
	print { text "Sekantis sustojimas: Mėnulis." row -3 }
29
	select { object "Moon" }
30
	goto { time 5 distance 4 upframe "equatorial" }
31
	wait { duration 5.5 }
32
	print { text "Pažvelkite į Žemę ir Saulę iš Mėnulio orbitos" row -3}
33
	orbit { axis [ 0 1 0 ] rate 30 duration 15 }
34
	
35
	print { text "Aplankykime Saulę." row -3}
36
	select { object "Sol" }
37
	goto { time 8 distance 12 upframe "equatorial" up [ 0 1 0 ] }
38
	wait { duration 8.5 }
39
	print { text "Iš šio atstumo puikiai matosi tamsiosios Saulės dėmės." row -3}
40
	orbit { axis [ 0 1 0 ] rate 20 duration 10 }
41

42
	print { text "Nutolkime nuo Saulės, kad galėtume apžvelgti vidinę Saulės sistemą." row -3}
43
	orbit { axis [ 1 0 0 ] rate 45 duration 2 }
44
	renderflags { set "orbits" }
45
	changedistance { duration 4.0 rate 1.0 }
46
	
47
	print { text "Įjunkime planetų pavadinimus . . ." row -3}
48
	labels { set "planets" }
49
	wait { duration 2.0 }
50
	print { text "Mes galime paspartinti laiką, kad išvystume planetų judėjimą." row -3}
51
	timerate { rate 2592000 }
52
	wait { duration 3.0 }
53
	print { text "Šioje simuliacijoje kiekviena sekundė prabėga kaip mėnuo." row -3}
54
	wait { duration 12.0 }
55
	timerate { rate 1 }
56
	print { text "Laikas visiškai sustabdytas." row -3}
57

58
	wait { duration 1.0 }
59
	print { text "Sekanti stotelė - Saturnas." row -3}
60
	select { object "Saturn" }
61
	center { time 2 }
62
	wait { duration 2 }
63
	goto { time 8 distance 6 up [ 0 1 0 ] upframe "equatorial" }
64
	wait { duration 6.5 }
65
	renderflags { clear "orbits" }
66
	labels { clear "planets" }
67
	print { text "Keletas Saturno palydovų matomi kaip ryškūs taškai" row -3 duration 4}
68
	orbit { axis [ 0 1 0 ] rate 30 duration 12 }
69
	
70
	select { object "Mimas" }
71
	goto { time 5 distance 4 upframe "equatorial" }
72
	print { text "Vienas įdomesnių Saturno palydovų yra Mimas turintis įspūdingą kraterį Heršelį." row -3 duration 9 }
73
	orbit { axis [ 0 1 0 ] rate 30 duration 12 }
74
	changedistance { duration 6.0 rate 0.5 }
75

76
	select { object "Sol" }
77
	center { time 2 }
78
	print { text "Atkreipkime dėmesį, kaip atrodo mūsų Saulė iš tokio atstumo." row -3 }
79
	wait { duration 3 }
80

81
	print { text "Pasižvalgykime po žvaigždes." row -3 duration 2 }
82
	wait { duration 2 }
83
	select { object "Alpha UMa" }
84
	center { time 2 }
85
	print { text "Šiauriniame dangaus skliaute matomas Didžiųjų Grįžulo ratų žvaigždynas." row -3 duration 4 }
86
	wait { duration 4 }
87
	changedistance { duration 3.0 rate 1.0 }
88

89
	select { object "Polaris" }
90
	center { time 2 }
91
	wait { duration 2 }
92
	print { text "Dabar centre - Šiaurinė žvaigždė, dar vadinama Poliarine." row -3 }
93
	wait { duration 2 }
94
	labels { set "stars" }
95
	wait { duration 2 }
96
	print { text "Polaris įeina į Mažųjų Grįžulo ratų žvaigždyną." row -3}
97
	wait { duration 3 }
98
	print { text "Kad geriau orientuotumėmės danguje, Celestia gali parodyti žvaigždynų kontūrus . . ." row -3 }
99
	renderflags { set "constellations" }
100
	wait { duration 3 }
101
	print { text ". . . ir žvaigždynų pavadinimus" row -3 }
102
	labels { set "constellations" }
103
	wait { duration 3 }
104

105
	select { object "Alnilam" }
106
	center { time 4 }
107
	wait { duration 2 }
108
	print { text "Orionas vienas pastebimiausių žvaigždynų danguje." row -3 duration 3 }
109
	wait { duration 4 }
110

111
	select { object "Beta Cru" }
112
	center { time 4 }
113
	wait { duration 2 }
114
	print { text "Pietiniame dangaus skliaute išsiskiria Kryžius." row -3 duration 4 }
115
	wait { duration 4 }
116

117
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 7 }
118
	print { text "Kad išvystume Paukščių Taką įjunkime galaktikų vaizdavimą" row -3 duration 4 }
119
	renderflags { set "galaxies" }
120
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 14 }
121
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 10 }
122

123
	select { object "Antares" }
124
	center { time 5 }
125
	wait { duration 3 }
126
	print { text "Keliaukime prie Antario, tai raudonoji milžinė Skorpiono žvaigždyne." row -3 duration 5 }
127
	wait { duration 2 }
128
	renderflags { clear "constellations" }
129
	labels { clear "constellations|stars" }
130
	wait { duration 1 }
131
	goto { time 8 distance 200 }
132
	wait { duration 8.5 }
133
	goto { time 5 distance 10 }
134
	wait { duration 5.0 }
135
	print { text "Nors mes esame 10 kartų toliau nuo Antario nei\nŽemė nuo Saulės, masyvi raudonoji milžinė danguje atrodo išties įspūdingai." row -3}
136
	wait { duration 4.0 }
137

138
	print { text "Nutolkime, kad išvystume visatos didybę . . ." row -3}
139
	changedistance { duration 10.0 rate 2.0 }
140

141
	select { object "Milky Way" }
142
	print { text "Ekrane Paukščių Tako galaktika." row -3 duration 6 }
143
	orbit { axis [ 1 0 0 ] rate 30 duration 16.0 }
144
	print { text "Laikas keliauti namo . . ." row -3}
145

146
	select { object "Sol/Earth" }
147
	goto { time 20 distance 10 upframe "equatorial" }
148
	wait { duration 20.0 }
149
	print { text "Demonstracija baigta." row -3}
150
	wait { duration 3.0 }
151
}
152

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.