Skip to content

Commit

Permalink
Merge branch '2024-webgl-dog-simulation:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jecy77 authored Jun 5, 2024
2 parents 2a022e2 + 4d26e6f commit 1e2164e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
Oops ... your browser doesn't support the HTML5 canvas element
</canvas>
<ul>
<a href="./motioncapture.html">Make your animation self.</a>
<a href="./motioncapture.html">Make animation yourself.</a>
</ul>
</div>
<!-- 동작 버튼들 -->
Expand Down
15 changes: 10 additions & 5 deletions motioncapture.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,16 @@
Oops ... your browser doesn't support the HTML5 canvas element
</canvas>
<ul>
<li>1. motioncapture start 버튼을 눌러 모션 캡쳐 녹화를 시작하세요.</li>
<li>2. 슬라이더나 버튼을 이용해서 강아지에 움직임을 주어보세요.</li>
<li>3. motioncapture stop 버튼을 눌러 녹화를 중지하세요.</li>
<li>4. motioncapture play 버튼을 눌러 녹화된 모션을 다시 재생해보세요.</li>
<li>5. motioncapture print 버튼을 눌러 녹화된 모션 데이터를 콘솔에 출력해서, 가져다가 사용해보세요.</li>
<li>1. Press the "motioncapture start" button to begin recording the motion capture.</li>
<li>2. Use the sliders or buttons to create movements for the dog.</li>
<li>3. Press the "motioncapture stop" button to stop the recording.</li>
<li>4. Press the "motioncapture play" button to replay the recorded motion.</li>
<li>5. Press the "motioncapture print" button to output the recorded motion data to the console for use.</li>





</ul>
</div>
<!-- 동작 버튼들 -->
Expand Down

0 comments on commit 1e2164e

Please sign in to comment.