Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WebGL Tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiyoon Park
WebGL Tutorial
Commits
9b3f5b03
Commit
9b3f5b03
authored
3 years ago
by
Jiyoon Park
Browse files
Options
Downloads
Plain Diff
modify something in code & update README.md
parents
74fedb91
d10d67b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-4
2 additions, 4 deletions
README.md
with
2 additions
and
4 deletions
README.md
+
2
−
4
View file @
9b3f5b03
...
...
@@ -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
)
를 따릅니다.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment