threejs / three-devtools

three.js devtools
https://chrome.google.com/webstore/detail/threejs-developer-tools/ebpnegggocnnhleeicgljbedjkganaek
MIT License
603 stars 79 forks source link

Lazily request renderer data #40

Closed jsantell closed 4 years ago

jsantell commented 4 years ago

Right now it's being streamed during render, nonstop. Once moving renderer to a new view, this should only be pulled when in use (e.g. debugging rendering/perf, not viewing the scene graph)