meshcat-dev / meshcat

Remotely-controllable 3D viewer, built on top of three.js
MIT License
256 stars 48 forks source link

Nicer API for getting objects from the scene tree #33

Open rdeits opened 6 years ago

rdeits commented 6 years ago
viewer.scene_tree.find(["meshcat", "foo", "bar"]).object

is pretty verbose. A simpler API for that would be nice.