Преглед на файлове

Update webgl_loader_texture_basis.html

Michael Herzog преди 4 години
родител
ревизия
af8b3c68d9
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      examples/webgl_loader_texture_basis.html

+ 0 - 2
examples/webgl_loader_texture_basis.html

@@ -23,8 +23,6 @@
 			let camera, scene, renderer;
 			let mesh;
 
-			const clock = new THREE.Clock();
-
 			init();
 			render();