Celestia

Форк
0
/
demo_sk.cel 
150 строк · 5.7 Кб
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 "Spúšťa sa prehliadka . . .\nUkončíte ju stlačením klávesy ESC." origin "center" duration 2 }
7
	wait { duration 2.0 }
8

9
	print { text "Začneme takmer doma . . ." 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 "Práve obiehame 12500 km nad Zemou" row -3 duration 5 }
22
	orbit { axis [ 0 1 0 ] rate 30 duration 10 }
23
	print { text "Zem vyzerá oveľa prirodzenejšie s oblakmi." 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 "Ďalšia zastávka: Mesiac." row -3 }
29
	select { object "Moon" }
30
	goto { time 5 distance 4 upframe "equatorial" }
31
	wait { duration 5.5 }
32
	print { text "Kým obiehame okolo Mesiaca, všimnite si Slnko a Zem." row -3}
33
	orbit { axis [ 0 1 0 ] rate 30 duration 10 }
34
	
35
	print { text "Vydáme sa smerom k Slnku." 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 "Z tejto vzdialenosti sú viditeľné na povrchu Slnka tzv. slnečné škvrny." row -3}
40
	orbit { axis [ 0 1 0 ] rate 20 duration 10 }
41

42
	print { text "Trocha sa vzdialime, aby bolo vidieť celú našu slnečnú sústavu." 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 "Zapneme názvy planét . . ." row -3}
48
	labels { set "planets" }
49
	wait { duration 1.0 }
50
	print { text "Môžeme zrýchliť plynutie času, aby bolo vidieť obehy planét okolo Slnka." row -3}
51
	timerate { rate 2592000 }
52
	wait { duration 3.0 }
53
	print { text "Každá sekunda v tejto simulácii predstavuje mesiac skutočného času." row -3}
54
	wait { duration 12.0 }
55
	timerate { rate 1 }
56
	print { text "Teraz sme čas úplne zastavili." row -3}
57

58
	wait { duration 1.0 }
59
	print { text "Ďalším našim cieľom bude Saturn." 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 "Niekoľko mesiacov Saturnu vidíme ako svetlé bodky." row -3 duration 3}
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 "Najvýraznejším objektom na mesiaci Mimas (jeden z mesiacov Saturnu) je veľký dopadový kráter Herschel." 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 "Všimnite si aké slabé sa javí Slnko z tejto vzdialenosti." row -3 }
79
	wait { duration 2 }
80

81
	print { text "Porozhliadnime sa teraz po hviezdach na oblohe." row -3 duration 2 }
82
	wait { duration 2 }
83
	select { object "Alpha UMa" }
84
	center { time 2 }
85
	print { text "Obyvatelia severnej pologule môžu rozoznať Veľký voz v súhvezdí Veľkej medvedice." row -3 duration 3 }
86
	wait { duration 4 }
87

88
	select { object "Polaris" }
89
	center { time 2 }
90
	wait { duration 2 }
91
	print { text "Teraz sme zaostrili na Polárku, hviezdu severu." row -3}
92
	wait { duration 1 }
93
	labels { set "stars" }
94
	wait { duration 2 }
95
	print { text "Polárka je súčasťou skupiny hviezd známych ako Malý voz." row -3}
96
	wait { duration 2 }
97
	print { text "Kvôli lepšej orientácii na oblohe môže pre nás Celestia vykresliť aj schémy súhvezdí . . ." row -3}
98
	renderflags { set "constellations" }
99
	wait { duration 2 }
100
	print { text ". . . a názvy súhvezdí." row -3}
101
	labels { set "constellations" }
102
	wait { duration 2 }
103

104
	select { object "Alnilam" }
105
	center { time 4 }
106
	wait { duration 2 }
107
	print { text "Orion je najvýraznejším súhvezdím oblohy." row -3 duration 3 }
108
	wait { duration 4 }
109

110
	select { object "Beta Cru" }
111
	center { time 4 }
112
	wait { duration 2 }
113
	print { text "Pohľad na Južný kríž je známy z oblohy južnej pologule." row -3 duration 4 }
114
	wait { duration 4 }
115

116
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 7 }
117
	print { text "Zapneme vykresľovanie galaxií, takže budeme môcť vidieť Mliečnu dráhu." row -3 duration 4 }
118
	renderflags { set "galaxies" }
119
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 14 }
120
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 10 }
121

122
	select { object "Antares" }
123
	center { time 5 }
124
	wait { duration 3 }
125
	print { text "Teraz pocestujeme na Antares, čo je červený nadobor v súhvezdí Škorpión." row -3 duration 5 }
126
	wait { duration 2 }
127
	renderflags { clear "constellations" }
128
	labels { clear "constellations|stars" }
129
	wait { duration 1 }
130
	goto { time 8 distance 200 }
131
	wait { duration 8.5 }
132
	goto { time 5 distance 10 }
133
	wait { duration 5.0 }
134
	print { text "Hoci je teraz Antares od nás 10-krát ďalej ako je \n vzdialenosť našej Zeme od Slnka, obrovský červený obor na oblohe aj tak vyzerá veľmi mohutne." row -3}
135
	wait { duration 4.0 }
136

137
	print { text "Pozrime sa na všetko z ešte väčšej diaľky . . ." row -3}
138
	changedistance { duration 10.0 rate 2.0 }
139

140
	select { object "Milky Way" }
141
	print { text "Vidíme celú Mliečnu dráhu, našu galaxiu." row -3 duration 6 }
142
	orbit { axis [ 1 0 0 ] rate 30 duration 16.0 }
143
	print { text "Je čas vrátiť sa domov . . ." row -3}
144

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

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

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

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

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