Browse Source

remove default light intensity change

Nicholas Barlow 6 years ago
parent
commit
7948d69d9f
1 changed files with 0 additions and 1 deletions
  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