jupyter-widgets / pythreejs

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

AnimationObjectGroup does not function? #372

Open ShnitzelKiller opened 2 years ago

ShnitzelKiller commented 2 years ago

The AnimationObjectGroup does not appear to function, though it is part of this library. The constructor takes no arguments, and it has no 'add' method to add objects to it. Is there any example of its use in Pythreejs?

vidartf commented 2 years ago

The current AnimationObjectGroup implementation seems to only be a stub, as you've identified. If someone want to contribute an implementation of it, I'd be happy to help them.