jupyter-widgets/pythreejs

AnimationObjectGroup does not function?

ShnitzelKiller opened this issue · 1 comments

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?

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.