瀏覽代碼

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