Mr.doob 3 mēneši atpakaļ
vecāks
revīzija
645e0898bd
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      examples/webgpu_shadowmap_pointlight.html

+ 0 - 2
examples/webgpu_shadowmap_pointlight.html

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

粤ICP备19079148号