Skip to content
Snippets Groups Projects
Commit 9b3f5b03 authored by Jiyoon Park's avatar Jiyoon Park
Browse files

modify something in code & update README.md

parents 74fedb91 d10d67b2
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,14 @@
<br>
# Object
webgl에서 rotate와 view와 관련하여 다양한 함수를 제공하고 있습니다.
하지만 이는 sin, cos 등의 계산과 여러 행렬의 곱으로 결과가 도출되기 때문에,
머릿속으로 3D 상황에서 rotate, view 등의 결과를 예상하기 어렵습니다.
따라서 본 Tutorial은 각 x, y, z 축에 따른 rotate, view의 변화를 시각화하여
webgl을 처음 배우는 사람의 3D에서의 rotate와 view의 개념 이해를 돕고자 하는 것에 있습니다.
<br/>
# How to make?
......@@ -363,10 +365,6 @@ if (flag_animation == 1)
```
# License
본 Tutorial은 [MIT License](./LICENSE) 를 따릅니다.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment