浏览代码

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();