Skip to content
Snippets Groups Projects
Commit b015a511 authored by 채성희's avatar 채성희
Browse files

Update README.md

parent 0e334e67
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,11 @@
## Texture Mapping (multiple texture mapping)
No. Basic Texture Mapping
1. Basic Texture Mapping
- 3D 객체에 고양이 사진을 mapping한 간단한 예제 이다. <br>
- 3D 객체는 다음과 같은 과정을 통해 만들어졌다. <br>
![basic_ex]()
1. 삼각형 두개로 정사각형을 그린다. <br>
2. 정사각형을 다시 여러개의 삼각형으로 쪼갠다. <br>
예제에서는 총 16개의 삼각형을 이용하여 정사각형을 이용하였다. <br>
......@@ -28,7 +29,7 @@ No. Basic Texture Mapping
No. Cube Multiple Texture Mapping
2. Cube Multiple Texture Mapping
> 참고문헌
[webglfundamentals](https://webglfundamentals.org/webgl/lessons/webgl-cube-maps.html "webglfundamentals")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment