How can I get a ray cast result normal? #95
Unanswered
captainkidd5
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
-
Looking here I'm trying to cast a ray at the ground and see if the normal returned is close to Vector3.Up. The RayCastResult spits out a body ID, but I'm not sure exactly how to get the
without actually having a Body object (only the id)
Perhaps this would need to be implemented on BodyInterface?
Beta Was this translation helpful? Give feedback.
All reactions