소스 검색

remove default light intensity change

Nicholas Barlow 6 년 전
부모
커밋
7948d69d9f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      nodeEditor/src/components/preview/previewManager.ts

+ 0 - 1
nodeEditor/src/components/preview/previewManager.ts

@@ -105,7 +105,6 @@ export class PreviewManager {
         // Light
         if (!this._scene.lights.length) {
             this._light = new HemisphericLight("light", new Vector3(0, 1, 0), this._scene);
-            this._light.intensity = 0.7; // dim the light a bit similar to the default playground.
         }
 
         // Framing