dylanebert HF staff commited on
Commit
abee439
1 Parent(s): 0818503

tone down post exposure

Browse files
src/routes/viewers/BabylonViewer.ts CHANGED
@@ -27,7 +27,7 @@ export class BabylonViewer implements IViewer {
27
 
28
  this.scene = new BABYLON.Scene(this.engine);
29
  this.scene.clearColor = BABYLON.Color4.FromHexString("#000000FF");
30
- this.scene.imageProcessingConfiguration.exposure = 3;
31
 
32
  this.camera = new BABYLON.ArcRotateCamera(
33
  "camera",
 
27
 
28
  this.scene = new BABYLON.Scene(this.engine);
29
  this.scene.clearColor = BABYLON.Color4.FromHexString("#000000FF");
30
+ this.scene.imageProcessingConfiguration.exposure = 1.3;
31
 
32
  this.camera = new BABYLON.ArcRotateCamera(
33
  "camera",