jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
951 stars 188 forks source link

Add custom object Blackbox #112

Closed vidartf closed 7 years ago

vidartf commented 7 years ago

Adds a custom object Blackbox. This widget is intended as an extension point. It differs from a normal Object3D in that it does not sync back child objects to the models. This allows extensions to build sub-scene graphs that might not be possible/feasible/desirable to sync.

Builds on top of #108.