-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhowtouse.html
More file actions
369 lines (322 loc) · 14.7 KB
/
howtouse.html
File metadata and controls
369 lines (322 loc) · 14.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Solar System Simulator</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<style>
body {font-family: 'Gothic'}
</style>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">OSS12</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">about program</a></li>
<li class="active"><a href="howtouse.html">how to use</a></li>
<li><a href="License.html">License</a></li>
</ul>
<ul class="icons">
<li><a href="https://github.com/okjcd123/OSS12" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<center><strong><h1> Install</h1></strong></center>
<div class="table-wrapper"> <h3>기본 환경 설정</h3>
<table>
<thead>
<tr>
<th>Environment</th>
<th>Description</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href = "https://www.microsoft.com/ko-kr/"> WINDOWS </a></td>
<td>운영체제 <strong><font color = 'red'>(이 프로그램은 Windows 환경에서만 작동합니다!)</font></strong></td>
<td>Windows 7 이상 (32bit/64bit)</td>
</tr>
<tr>
<td><a href = "https://git-for-windows.github.io/">GIT BASH</a></td>
<td> Simulator를 다운로드하기 위한 프로그램</td>
<td>VERSION 2.13.0 이상</td>
</tr>
<tr>
<td> <a href = "https://www.visualstudio.com/ko/"> Visual Studio </a></td>
<td> Simulator를 실행하기 위한 프로그램</td>
<td>VERSION Visual Studio12 이상</td>
</tr>
<tr>
</tbody>
</table>
</div>
</section>
<section class="posts">
<article>
<header>
<h2><a href="https://github.com/okjcd123/OSS12/">1. Gihub 계정 생성
</a></h2>
</header>
<a href="images/join.png" class="image fit"><img src="images/join.png" alt="" /></a>
<strong> https://www.github.com/ 에서 자신의 계정을 만듭니다.</strong>
</article>
<article>
<header>
<h2><a href="https://github.com/okjcd123/OSS12/">2. Fork 하기
</a></h2>
</header>
<a href="images/fork.png" class="image fit"><img src="images/fork.png" alt="" /></a>
<strong>자신의 계정이 생성되었을 경우, <a href ="https://github.com/okjcd123/OSS12/"> OSS12 </a> 옆의 링크로 이동한후, Fork 버튼을 클릭합니다. <font color = 'red'>(Warning! DOWNLOADZIP 을 통해 파일들을 Clone 할 경우 프로그램이 실행되지 않습니다.)</font></strong>
</article>
<article>
<header>
<h2><a href="#">3 .Git Bash 실행
</a></h2>
</header>
<a href="images/gitbash.png" class="image fit"><img src="images/gitbash.png" alt="" /></a>
<strong>GIT BASH 를 실행합니다.</strong>
</article>
<article>
<header>
<h2><a href="#">4. Github 계정입력
</a></h2>
</header>
<a href="images/gitbash2.png" class="image fit"><img src="images/gitbash2.png" alt="" /></a>
<strong>git config --global user.name ○○○ <br> git config --global user.email ○○○<br>명령을 입력한 후, enter 를 칩니다.</strong>
</article>
<article>
<header>
<h2><a href="#">5. Clone 하기
</a></h2>
</header>
<a href="images/gitbash3.png" class="image fit"><img src="images/gitbash3.png" alt="" /></a>
<strong> git clone https://github.com/okjcd123/OSS12 를 입력한 후 clone 을 실시합니다. </strong>
</article>
<article>
<header>
<h2><a href="#">6. Visual Studio 실행하기
</a></h2>
</header>
<a href="images/one.png" class="image fit"><img src="images/one.png" alt="" /></a>
<strong> .. /OSS12/SolarSystem12/freeglutProject3D.sln 을 더블클릭한 후 Visual Studio 를 실행합니다.</strong>
</article>
<article>
<header>
<h2><a href="#">7. Solar Sysytem Simulator 실행하기
</a></h2>
</header>
<a href="images/two.png" class="image fit"><img src="images/two.png" alt="" /></a>
<strong>Ctrl + F5 키를 눌러 컴파일을 실시합니다.</strong>
</article>
<article>
<header>
<h2><a href="#">8. RUNNING
</a></h2>
</header>
<a href="images/three.png" class="image fit"><img src="images/three.png" alt="" /></a>
</article>
</section>
<section>
<center><strong><h1> Using Key </h1></strong></center>
<a href="#" class="image main"><img src="images/Interface.jpg" alt=""></a>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Key</th>
<th>function</th>
<th>button</th>
</tr>
</thead>
<tbody>
<tr>
<td> b </td>
<td>노란색 궤도선 출력 유무 결정</td>
<td><a href="#1" class="button special"> b </a></td>
</tr>
<tr>
<td> UP </td>
<td> 현재 보이는 시야를 수직 위로 이동 시킴</td>
<td><a href="#2" class="button special"> △ </a></td>
</tr>
<tr>
<td> DOWN </td>
<td> 현재 보이는 시야를 수직 아래로 이동 시킴</td>
<td><a href="#3" class="button special"> ▽ </a></td>
</tr>
<tr>
<td> LEFT </td>
<td> 현재 보이는 시야를 왼쪽으로 이동 시킴</td>
<td><a href="#4" class="button special"> ◁ </a> <a href="#5" class="button special"> A </a></td>
</tr>
<tr>
<td> RIGHT </td>
<td> 현재 보이는 시야를 오른쪽로 이동 시킴</td>
<td><a href="#6" class="button special"> ▷ </a> <a href="#7" class="button special"> D </a></td>
</tr>
<tr>
<td> w (FRONT) </td>
<td> 현재 보이는 시야를 앞쪽으로 이동 시킴</td>
<td><a href="#8" class="button special"> w </a></td>
</tr>
<tr>
<td> s (BACK) </td>
<td> 현재 보이는 시야를 뒤쪽으로 이동 시킴</td>
<td><a href="#9" class="button special"> s </a></td>
</tr>
<tr>
<td> q </td>
<td> Manual 모드에서 사용자가 직접 행성계 자전 및 회전</td>
<td><a href="#10" class="button special"> q </a></td>
</tr>
<tr>
<td> i </td>
<td> 행성 위치 초기화 </td>
<td></td>
</tr>
<tr>
<td> r (소문자) </td>
<td> 현재 시야에서 바닥을 기준으로 시계방향으로 원 회전 출력 </td>
<td><a href="#11" class="button special"> r </a></td>
</tr>
<tr>
<td> R (대문자) </td>
<td> 현재 시야에서 바닥을 기준으로 반시계방향으로 원 회전 출력 </td>
<td><a href="#12" class="button special"> R </a></td>
</tr>
<tr>
<td> p </td>
<td> 원근법 미적용 <strong><font color = 'red'> (원근법 미적용시 'p'를 제외한 모든 키의 사용이 불가합니다.) </font> <strong> </td>
<td></td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="posts">
<article>
<header>
<h2> <a name = "1"> b </a> </h2>
</header>
<a href="images/onoff.gif" class="image fit"><img src="images/onoff.gif" alt="" /></a>
<strong> 노란색 궤도선이 나타납니다. 다시 궤도를 제거하고 싶을시 같은 키를 다시 한번 누르시면 됩니다.</strong>
</article>
<article>
<header>
<h2> <a name = "2"> UP </a> </h2>
</header>
<a href="images/up.gif" class="image fit"><img src="images/up.gif" alt="" /></a>
<strong> 현재 보이는 시야를 수직 위로 이동 시킵니다. 마우스 드래그나 다른 환경요인으로 인한 시야의 제일 마지막 위치를 기준으로 이동이 됩니다.</strong>
</article>
<article>
<header>
<h2><a name = "3"> DOWN </a></h2>
</header>
<a href="images/down.gif" class="image fit"><img src="images/down.gif" alt="" /></a>
<strong>현재 보이는 시야를 수직 아래로 이동 시킵니다. 마우스 드래그나 다른 환경요인으로 인한 시야의 제일 마지막 위치를 기준으로 이동이 됩니다.</strong>
</article>
<article>
<header>
<h2><a name = "4"> LEFT / A </a><a name = "5"></a></h2>
</header>
<a href="images/west.gif" class="image fit"><img src="images/west.gif" alt="" /></a>
<strong>현재 보이는 시야를 왼쪽으로 이동 시킵니다. 마우스 드래그나 다른 환경요인으로 인한 시야의 제일 마지막 위치를 기준으로 이동이 됩니다.</strong>
</article>
<article>
<header>
<h2><a name = "6"> RIGHT / D </a><a name = "7"></a></h2>
</header>
<a href="images/east.gif" class="image fit"><img src="images/east.gif" alt="" /></a>
<strong>현재 보이는 시야를 왼쪽으로 이동 시킵니다. 마우스 드래그나 다른 환경요인으로 인한 시야의 제일 마지막 위치를 기준으로 이동이 됩니다. </strong>
</article>
<article>
<header>
<h2><a name = "8"> w </a></h2>
</header>
<a href="images/front.gif" class="image fit"><img src="images/front.gif" alt="" /></a>
<strong>현재 보이는 시야를 앞으로 이동 시킵니다. 마우스 드래그나 다른 환경요인으로 인한 시야의 제일 마지막 위치를 기준으로 이동이 됩니다.</strong>
</article>
<article>
<header>
<h2><a name = "9"> s </a></h2>
</header>
<a href="images/back.gif" class="image fit"><img src="images/back.gif" alt="" /></a>
<strong>현재 보이는 시야를 뒤로 이동 시킵니다. 마우스 드래그나 다른 환경요인으로 인한 시야의 제일 마지막 위치를 기준으로 이동이 됩니다.</strong>
</article>
<article>
<header>
<h2><a name = "10"> q </a></h2>
</header>
<a href="images/rotate0.gif" class="image fit"><img src="images/rotate0.gif" alt="" /></a>
<strong>Manual 모드에서 사용자가 직접 행성계 자전 및 회전시킵니다. 1회 클릭시 대략 1~3일 기준으로 공전합니다.</strong>
</article>
<article>
<header>
<h2><a name = "11"> r (소문자) </a></h2>
</header>
<a href="images/clock.gif" class="image fit"><img src="images/clock.gif" alt="" /></a>
<strong>현재 시야에서 바닥을 기준으로 시계방향으로 원 회전을 합니다.</strong>
</article>
<article>
<header>
<h2><a name = "12"> R (대문자) </a></h2>
</header>
<a href="images/nonclock.gif" class="image fit"><img src="images/nonclock.gif" alt="" /></a>
<strong>현재 시야에서 바닥을 기준으로 반시계방향으로 원 회전을 합니다.</strong>
</article>
</section>
<center><strong><h1> Using Mouse </h1></strong></center>
<section class = "posts">
<article>
<header>
<h2> Automatic Mode </h2>
</header>
<a href="images/newauto.gif" class="image fit"><img src="images/newauto.gif" alt="" /></a>
<strong> 마우스 오른쪽 버튼을 클릭한 후, <font color = 'red'>'Automatic Mode'</font>를 클릭할 경우 자동적으로 행성들이 공전 및 자전을 실시합니다.<br>
다시 <font color ='red'>'Manual Mode'</font>를 클릭할 경우 'q' 키를 사용하여 수동으로 행성들을 움직일 수 있습니다. </strong>
</article>
<article>
<header>
<h2> Drag </h2>
</header>
<a href="images/drag.gif" class="image fit"><img src="images/drag.gif" alt="" /></a>
<strong> 출력 화면을 클릭한 후, 자신이 원하는 방향으로 드래그할 경우 시선이 드래그한 방면으로 바뀝니다.</strong>
</article>
</section>
<section>
<center><h1>Running Program</h1></center>
<span class = "image fit"> <img src="images/playing.PNG"></span>
<strong> 위의 사용법을 참고하여 프로그램을 활용하실 수 있으며, 추가적으로 Console 창에서 태양계의 각 행성별 각도에 따른 지구 날짜를 확인할 수 있습니다. 시작일은 태양계의 9개 행성이 일직선상으로 정렬하였던 1982년 3월 10일 기준으로 출력됩니다.</strong>
</section>
</div>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>