Spaces:
Running
Running
Update index.html
Browse files- 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.
|
|
|
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));
|