repo: janusweb action: commit revision: path_from: revision_from: fdfff775c7068e73a8af20301bece637578d9ed7: path_to: revision_to:
commit fdfff775c7068e73a8af20301bece637578d9ed7 Author: James BaicoianuDate: Mon Jul 13 11:37:08 2020 -0700 PBR rendering is now default diff --git a/scripts/room.js b/scripts/room.js
--- 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-----