-
Hi Everyone, https://codesandbox.io/s/r3f-basic-demo-forked-8soxc If someone could throw me some light I would be grateful |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out there was an easier approach to achieve my goal. |
Beta Was this translation helpful? Give feedback.
Turns out there was an easier approach to achieve my goal.
Just creating an empty group, performing the desired transformation over this group and then applying its matrixWorld over the desired objects, these objects will inherit the position even if they are in other group. Without changing parents.
Example:
https://codesandbox.io/s/r3f-basic-demo-forked-5v6bw