Просмотр исходного кода

Update webgl_loader_texture_basis.html

Michael Herzog 4 лет назад
Родитель
Сommit
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();