From 59a8bc89a94838006315b06bcff8657594b2bc4b Mon Sep 17 00:00:00 2001
From: PrimWILL <jiyoon0043@ajou.ac.kr>
Date: Wed, 23 Jun 2021 23:40:13 +0900
Subject: [PATCH] modify script.js

---
 script.js | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/script.js b/script.js
index 0d9637f..a5f1456 100644
--- a/script.js
+++ b/script.js
@@ -360,14 +360,9 @@ function fn_depth_mode(val)
 }
 
 var mMat, vMat, pMat, tempMat; 
-var xMat, yMat, zMat; // Modify
-var identityMat;
 var depth_clear_value = 1.0; 
 
 function renderScene() {
-	
-	// fn_make_clear_stencil();
-	
   gl.clearColor(0.0, 0.0, 0.0, 1.0);
 	gl.clearDepth(depth_clear_value);											// Added for depth Test 
 	gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT);	// Added for depth Test 
-- 
GitLab