(2020-07-17, 5:11)Orion Pobursky Wrote: Now that I've done the legwork to clean up the code base, I'm almost ready to roll out to the OMR. The last issue would be to improve the lighting model in physical render mode. Looks kinda dark to me. Any suggestions?Well done! My proposal for decreasing the darkness is to bump the intensity parameter of the Hemisphere light:
The model viewer under the "Tools" menu uses the current code which is pretty much identical, lighting-wise, to Scene.js. You'll have to switch to physical render mode with the "eye" button.
new THREE.HemisphereLight(... 0.65);
to
new THREE.HemisphereLight(... 0.85);