From 8eef46ff079af2211615ddd182db363f6c4491d4 Mon Sep 17 00:00:00 2001 From: Jiyoung Moon <koo05249@ajou.ac.kr> Date: Sat, 27 Jun 2020 17:28:12 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9437eaf..c6edda4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ There are 3 steps in this tutorial. ## Step 0. Before we start! You have to prepare... In this part, I'll show a example code of self-rotating 3d cube and a example output of it.\ - +\ This code is used for the next steps. ## Step 1. Remove some codes. @@ -41,11 +41,12 @@ Also, in this part, there are some parts that could be hard to understand, so I At the end, the students can make his/her own mouse dragging tranformation of camera.\ Also, the students can try mouse dragging to transform camera.\ - + ## Result -The final result of this WebGL tutorial will be like this. +The final result of this WebGL tutorial will be like this.\ + # References https://www.w3schools.com/jsref/met_document_addeventlistener.asp -- GitLab