jeromeetienne / threejs-inspector

chrome devtool extension to debug three.js
https://chrome.google.com/webstore/detail/threejs-inspector/dnhjfclbfhcbcdfpjaeacomhbdfjbebi
198 stars 46 forks source link

Toggling shadows off freezes shadows in place #7

Open erich666 opened 9 years ago

erich666 commented 9 years ago

A minor issue. Try this demo. Select the directional light in the Inspector and toggle "Cast Shadow" off. The shadow is still cast, it just doesn't update.

I believe you want to add a toggle for "renderer.shadowMapEnabled" to be on or off to better control shadows.