Temdog007 6 лет назад
Родитель
Сommit
54a213649a
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      examples/webgl_geometry_colors_lookuptable.html

+ 0 - 1
examples/webgl_geometry_colors_lookuptable.html

@@ -106,7 +106,6 @@
 				loadModel( );
 
 				var pointLight = new THREE.PointLight( 0xffffff, 1 );
-				pointLight.position.set( 17, 9, 30 );
 				perpCamera.add( pointLight );
 
 				renderer = new THREE.WebGLRenderer( { antialias: true } );