How to apply third person character controller? #418
Unanswered
AmirHo3einJS
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
-
can someone help me with this, please? I have no idea how to implement this with cannon hooks because the position, rotation, and quaternion APIs returned from hooks are not good at all. they only have set, copy and subscribe methods. for instance, I don't have access to quaternion.setFromAxisAngle() for smoothly rotating my object. if I apply quaternion to my ref (three js obj) it doesn't do anything. can someone help me, please?
For a better understanding, this is a youtube video that you could watch:
https://www.youtube.com/watch?v=C3s0UHpwlf8
I want to implement character rotation like this
Beta Was this translation helpful? Give feedback.
All reactions