bilca commited on
Commit
3a93882
·
verified ·
1 Parent(s): 88b18e3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -54,8 +54,10 @@
54
  app.setCanvasFillMode(pc.FILLMODE_FILL_WINDOW);
55
  app.setCanvasResolution(pc.RESOLUTION_AUTO);
56
 
57
- app.scene.exposure = 1.5; // Increase exposure slightly (1.2 is a good start)
 
58
 
 
59
  const resize = () => app.resizeCanvas();
60
  window.addEventListener('resize', resize);
61
  app.on('destroy', () => window.removeEventListener('resize', resize));
 
54
  app.setCanvasFillMode(pc.FILLMODE_FILL_WINDOW);
55
  app.setCanvasResolution(pc.RESOLUTION_AUTO);
56
 
57
+ app.scene.exposure = 1.2; // Increase exposure slightly (1.2 is a good start)
58
+ app.scene.contrast = 1.1;
59
 
60
+
61
  const resize = () => app.resizeCanvas();
62
  window.addEventListener('resize', resize);
63
  app.on('destroy', () => window.removeEventListener('resize', resize));