From ae3f58de37894348d5b962d75ef3667a7197baa6 Mon Sep 17 00:00:00 2001 From: SOYKIM <thdl9893@ajou.ac.kr> Date: Wed, 23 Jun 2021 11:38:37 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 133710e..e346fa7 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ if(order1 == 0) { mat4.rotateY(mMat, mMat, yRot); mat4.rotateZ(mMat, mMat, zRot); } -``` +``` ## Reference -https://github.com/hwan-ajou/webgl-1.0/blob/main/T06_transform/T06_final_Rings.js -https://github.com/hwan-ajou/webgl-1.0/blob/main/T10_MSAA-blending/T10_MSAA_two_canvas.js \ No newline at end of file + * https://github.com/hwan-ajou/webgl-1.0/blob/main/T06_transform/T06_final_Rings.js + * https://github.com/hwan-ajou/webgl-1.0/blob/main/T10_MSAA-blending/T10_MSAA_two_canvas.js \ No newline at end of file -- GitLab