فهرست منبع

Updated RoomEnvironment.js

Mr.doob 4 ماه پیش
والد
کامیت
646e7f0707
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/jsm/environments/RoomEnvironment.js

+ 1 - 1
examples/jsm/environments/RoomEnvironment.js

@@ -44,7 +44,7 @@ class RoomEnvironment extends Scene {
 		const roomMaterial = new MeshStandardMaterial( { side: BackSide } );
 		const boxMaterial = new MeshStandardMaterial();
 
-		const mainLight = new PointLight( 0xffffff, 900, 0, 0 );
+		const mainLight = new PointLight( 0xffffff, 900, 0, 2 );
 		mainLight.position.set( 0.418, 16.199, 0.300 );
 		this.add( mainLight );
 

粤ICP备19079148号