Question on PalmNormal.Roll #1278
-
Hi, previously in our code we have been using the following codes. However, in the latest version 6.0.0, these are no longer valid. May I know how we can obtain the roll angle of hand.PalmNormal? If we need to calculate manually, how can we obtain the coordinate of the leap motion? (X-Z plane) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, thanks for the question and thanks for trying out 6.0.0 You can see how we calculated these by grabbing the code from Vector in the Legacy Package Here is a static utility class that will produce the same results from unity's Vector3:
|
Beta Was this translation helpful? Give feedback.
Hi, thanks for the question and thanks for trying out 6.0.0
You can see how we calculated these by grabbing the code from Vector in the Legacy Package
Here is a static utility class that will produce the same results from unity's Vector3: