repo: janusweb
action: commit
revision: 
path_from: 
revision_from: fdfff775c7068e73a8af20301bece637578d9ed7:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit fdfff775c7068e73a8af20301bece637578d9ed7
Author: James Baicoianu 
Date:   Mon Jul 13 11:37:08 2020 -0700

    PBR rendering is now default

diff --git a/scripts/room.js b/scripts/room.js
index b28c867d6898206bb8d77b7b0fb1d63ae0de00a9..
index ..8ea2fe78275bef4482f004908cf1e3c3ffba6bbb 100644
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -43,7 +43,7 @@ elation.require([
         'ambient': { type: 'color', default: 0x666666, set: this.updateLights },
         'near_dist': { type: 'float', default: 0.01, set: this.setNearFar },
         'far_dist': { type: 'float', default: 1000.0, set: this.setNearFar },
-        'pbr': { type: 'boolean', default: false },
+        'pbr': { type: 'boolean', default: true },
         'toon': { type: 'boolean', default: false },
         'bloom': { type: 'float', default: 0.05, set: this.updateBloom },
         'tonemapping_type': { type: 'string', default: 'linear', set: this.updateToneMapping },

-----END OF PAGE-----