Nodes nested inside bone, show as primitive in output. #250
Unanswered
breathingcyborg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm transforming a model to jsx using this command.
In jsx some nodes are missing.
For example the winkel_joint_basis is output as primitive.
But in debug output winkel_joint_basis has lots of nested nodes.
I can still access them using ref to their parent and getObjectByName. But would be more convenient if i can access children directly in jsx.
JSX output.
Debug Output.
Beta Was this translation helpful? Give feedback.
All reactions