Celestia

Форк
0
/
demo_ko.cel 
165 строк · 6.1 Кб
1
# 셀레스티아 표준 demo.cel의 한국어 번역입니다. UTF-8으로 되어 있습니다. 
2
# 한국어 폰트를 설치하고 실행하십시오. 
3
{
4
	timerate { rate 0 }
5
	labels { clear "planets|minorplanets|stars|constellations" }
6
	renderflags { set "stars|planets"
7
                      clear "constellations|orbits|cloudmaps" }
8
	print { text "데모를 시작합니다 . . .\nESC키를 누르면 종료합니다." origin "center" duration 2 }
9
	wait { duration 2.0 }
10

11
	print { text "가까운 곳부터 시작합시다 . . ." 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

23
	print { text "지구위 12,500km 궤도에 있습니다." row -3 duration 5 }
24
	orbit { axis [ 0 1 0 ] rate 30 duration 10 }
25
	print { text "구름이 있으면 좀더 익숙한 모습입니다." row -3}
26
	wait { duration 0.1 }
27
	renderflags { set "cloudmaps" }
28
	orbit { axis [ 0 1 0 ] rate 30 duration 10 }
29

30
	print { text "다음은 달입니다." row -3 }
31
	select { object "Moon" }
32
	goto { time 5 distance 4 upframe "equatorial" }
33
	wait { duration 5.5 }
34
	print { text "달을 돌며 지구와 태양을 살펴봅시다." row -3}
35
	orbit { axis [ 0 1 0 ] rate 30 duration 10 }
36
	
37
	print { text "자, 다음은 태양으로 갑니다." row -3}
38
	select { object "Sol" }
39
	goto { time 8 distance 12 upframe "equatorial" up [ 0 1 0 ] }
40
	wait { duration 8.5 }
41
	print { text "여기에서는 태양표면의 흑점을 볼수 있습니다." row -3}
42
	orbit { axis [ 0 1 0 ] rate 20 duration 10 }
43

44
	print { text "태양계 안쪽을 잘 볼수 있게 확대 해 봅시다." row -3}
45
	orbit { axis [ 1 0 0 ] rate 45 duration 2 }
46
	renderflags { set "orbits" }
47
	changedistance { duration 4.0 rate 1.0 }
48
	
49
	print { text "행성들의 이름을 봅시다 . . ." row -3}
50
	labels { set "planets" }
51
	wait { duration 1.0 }
52
	print { text "행성들이 태양주위를 도는 모습을 보기위해\n 시간을 빨리가도록 하겠습니다." row -3}
53
	timerate { rate 2592000 }
54
	wait { duration 3.0 }
55
	print { text "1초에 1개월씩 시간이 지나 갑니다." row -3}
56
	wait { duration 12.0 }
57
	timerate { rate 1 }
58
	print { text "자, 시간이 멈추었습니다." row -3}
59

60
	wait { duration 1.0 }
61
	print { text "다음은 토성입니다." row -3}
62
	select { object "Saturn" }
63
	center { time 2 }
64
	wait { duration 2 }
65
	goto { time 8 distance 6 up [ 0 1 0 ] upframe "equatorial" }
66
	wait { duration 6.5 }
67
	renderflags { clear "orbits" }
68
	labels { clear "planets" }
69
	print { text "토성의 달들이 반짝입니다." row -3 duration 3}
70
	orbit { axis [ 0 1 0 ] rate 30 duration 12 }
71
	
72
	select { object "Mimas" }
73
	goto { time 5 distance 4 upframe "equatorial" }
74
	print { text "토성 달 '미마스'에서 가장 잘알려진 특징은 거대한 충돌 분화구 '허셜'입니다." row -3 duration 9 }
75
	orbit { axis [ 0 1 0 ] rate 30 duration 12 }
76
	changedistance { duration 6.0 rate 0.5 }
77

78
	select { object "Sol" }
79
	center { time 2 }
80
	print { text "이 거리에서 태양이 얼마나 희미한지 잘 보시기 바랍니다." row -3 }
81
	wait { duration 2 }
82

83
	print { text "하늘의 별을 보세요." row -3 duration 2 }
84
	wait { duration 2 }
85

86
	select { object "Earth" }
87
	center { time 2 }
88
	wait { duration 2 }
89
	goto { time 2 distance 6 }
90
	wait { duration 2 }
91
	changedistance { duration 4.0 rate 1.0 }
92

93
	select { object "Alpha UMa" }
94
	center { time 2 }
95
	print { text "지구의 북반구에 사는 사람들은 큰곰자리의 북두칠성을 알고 있습니다." row -3 duration 3 }
96
	wait { duration 4 }
97

98
	select { object "Polaris" }
99
	center { time 2 }
100
	wait { duration 2 }
101
	print { text "북극성을 중심으로 봅시다." row -3}
102
	wait { duration 1 }
103
	labels { set "stars" }
104
	wait { duration 2 }
105
	print { text "북극성은 작은곰자리의 일부분입니다." row -3}
106
	wait { duration 2 }
107
	print { text "셀레스티아는 별자리도 그려줍니다." row -3}
108
	renderflags { set "constellations" }
109
	wait { duration 2 }
110
	print { text "그리고 별자리 이름도 . . ." row -3}
111
	labels { set "constellations" }
112
	wait { duration 2 }
113

114
	renderflags { set "nubulae"}
115
	labels {set "constellations"}
116
	wait { duration 1 }
117

118
	select { object "Alnilam" }
119
	center { time 4 }
120
	wait { duration 2 }
121
	print { text "오리온자리는 하늘에서 가장 유명한 별자리 입니다." row -3 duration 3 }
122
	wait { duration 4 }
123

124
	select { object "Beta Cru" }
125
	center { time 4 }
126
	wait { duration 2 }
127
	print { text "남십자자리는 남반구에서 잘 보이는 별자리입니다." row -3 duration 4 }
128
	wait { duration 4 }
129

130
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 7 }
131
	print { text "다음은 은하수를 보겠습니다." row -3 duration 4 }
132
	renderflags { set "galaxies" }
133
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 14 }
134
	rotate { axis [ 0.707 0.707 0 ] rate 20 duration 10 }
135

136
	select { object "Antares" }
137
	center { time 5 }
138
	wait { duration 3 }
139
	print { text "전갈자리의 적생거성 안타레스로 가겠습니다." row -3 duration 5 }
140
	wait { duration 2 }
141
	renderflags { clear "nubulae"}
142
	renderflags { clear "constellations" }
143
	labels { clear "constellations|stars" }
144
	wait { duration 1 }
145
	goto { time 8 distance 200 }
146
	wait { duration 8.5 }
147
	goto { time 5 distance 10 }
148
	wait { duration 5.0 }
149
	print { text "태양에서 지구까지 거리의 10배보다 더 큰 안타레스 입니다.\n우주에는 수없이 많은 적색거성이 있습니다." row -3}
150
	wait { duration 4.0 }
151

152
	print { text "좀 더 넓게 봅시다" row -3}
153
	changedistance { duration 10.0 rate 2.0 }
154

155
	select { object "Milky Way" }
156
	print { text "우리은하의 모습입니다.." row -3 duration 6 }
157
	orbit { axis [ 1 0 0 ] rate 30 duration 16.0 }
158
	print { text "이제 집으로 돌아갈 시간입니다." row -3}
159

160
	select { object "Sol/Earth" }
161
	goto { time 20 distance 10 upframe "equatorial" }
162
	wait { duration 20.0 }
163
	print { text "데모를 마칩니다." row -3}
164
	wait { duration 3.0 }
165
}
166

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

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

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

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