From a76296f621edc9062b3b6e0f3086d5b76abc68cc Mon Sep 17 00:00:00 2001 From: Jiyoung Moon <koo05249@ajou.ac.kr> Date: Sat, 27 Jun 2020 17:35:33 +0900 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 269de9a..0715caa 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ The final result of this WebGL tutorial will be like this.\  # References -https://www.w3schools.com/jsref/met_document_addeventlistener.asp -https://eng.libretexts.org/Bookshelves/Computer_Science/Book%3A_Introduction_to_Computer_Graphics_(Eck)/07%3A_3D_Graphics_with_WebGL/7.01%3A_Transformations_in_3D -https://www.w3schools.com/js/js_htmldom_html.asp -https://www.w3schools.com/tags/tag_code.asp -https://www.w3schools.com/JSREF/obj_mouseevent.asp -https://www.w3schools.com/jsref/event_onmousedown.asp -https://www.w3schools.com/jsref/event_onmousemove.asp -https://www.w3schools.com/jsref/event_onmouseout.asp +https://www.w3schools.com/jsref/met_document_addeventlistener.asp \ +https://eng.libretexts.org/Bookshelves/Computer_Science/Book%3A_Introduction_to_Computer_Graphics_(Eck)/07%3A_3D_Graphics_with_WebGL/7.01%3A_Transformations_in_3D \ +https://www.w3schools.com/js/js_htmldom_html.asp \ +https://www.w3schools.com/tags/tag_code.asp \ +https://www.w3schools.com/JSREF/obj_mouseevent.asp \ +https://www.w3schools.com/jsref/event_onmousedown.asp \ +https://www.w3schools.com/jsref/event_onmousemove.asp \ +https://www.w3schools.com/jsref/event_onmouseout.asp \ https://www.w3schools.com/jsref/event_onmouseup.asp \ No newline at end of file -- GitLab