Sfoglia il codice sorgente

Examples: Clean up.

Mr.doob 5 anni fa
parent
commit
bc373d7b0c
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      examples/webvr_multiview.html

+ 0 - 3
examples/webvr_multiview.html

@@ -31,10 +31,7 @@
 			var room;
 			var stats;
 
-			var count = 0;
 			var radius = 0.02;
-			var normal = new THREE.Vector3();
-			var relativeVelocity = new THREE.Vector3();
 
 			var clock = new THREE.Clock();