From 934510bd1338752aae16b0a390d2027b779442bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B1=84=EC=84=B1=ED=9D=AC?= <spring013@ajou.ac.kr> Date: Sat, 22 Jun 2019 23:02:24 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e4fcef..b7336a8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Texture Mapping (multiple texture mapping) -1. Basic Texture Mapping +### 1. Basic Texture Mapping - 3D 객체에 고양이 사진을 mapping한 간단한 예제 이다. <br> - 3D 객체는 다음과 같은 과정을 통해 만들어졌다. <br> @@ -57,7 +57,7 @@ -2. Cube Multiple Texture Mapping +### 2. Cube Multiple Texture Mapping > 참고문헌 [webglfundamentals](https://webglfundamentals.org/webgl/lessons/webgl-cube-maps.html "webglfundamentals") -- GitLab