From a229816f96f6086029ab6bd9c4291bc6e8c11311 Mon Sep 17 00:00:00 2001 From: Jiyoung Moon <koo05249@ajou.ac.kr> Date: Sat, 27 Jun 2020 17:18:55 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fd4c78c..a63f7f8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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.\ -[https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/self-rotating-cube.gif](https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/self-rotating-cube.gif) +[https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/self-rotating-cube.gif](https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/self-rotating-cube.gif)\ This code is used for the next steps. ## Step 1. Remove some codes. @@ -39,8 +39,6 @@ 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.\ -[https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/blob/master/final.gif](https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/blob/master/final.gif) -[](https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/blob/master/final.gif) [https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/final.gif](https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/final.gif) ## Result -- GitLab