Mr.doob 3 месяцев назад
Родитель
Сommit
645e0898bd
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      examples/webgpu_shadowmap_pointlight.html

+ 0 - 2
examples/webgpu_shadowmap_pointlight.html

@@ -82,11 +82,9 @@
 				}
 
 				pointLight = createLight( 0x0088ff );
-				pointLight.position.x = - 2;
 				scene.add( pointLight );
 
 				pointLight2 = createLight( 0xff8888 );
-				pointLight2.position.x = + 2;
 				scene.add( pointLight2 );
 				//
 

粤ICP备19079148号