threejs / three-devtools

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

Codify the parameters view #38

Closed jsantell closed 4 years ago

jsantell commented 4 years ago

There should be a data structure showing which properties of which types of entities to display. May need to use ObjectLoader, since the serialization process assumes use with ObjectLoader, and leaves out properties otherwise e.g. "foo" is 1 by default for ObjectType, so it's not in the JSON payload, but hydrated as "1" when going through the ObjectLoader.

Mostly refactoring, but will result in a more consistent parameter view since the individual views for these are pretty messy.