From b015a511097d57cc52cb6d1b32f9c68face79382 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 22:55:22 +0900
Subject: [PATCH] Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e77ee33..03730bc 100644
--- a/README.md
+++ b/README.md
@@ -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")
-- 
GitLab