Attach emitter to threejs moveable object (setRotation doesnt work) SOS #250
Unanswered
vladkrutenyuk
asked this question in
Q&A
Replies: 1 comment
-
Same issue :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want create kind of "wheel dust". So I need sync position and rotation of threejs object and emitter
position syncing works. my implementation:
I tried the same for rotation via
this.emitter.setRotation()
but it hasnt any affect on emitter. How can I apply rotation for emitter? SOS((((Beta Was this translation helpful? Give feedback.
All reactions