[suggestion]documents for get_intersection needs more detail
#829
-
|
Here is the link to official documents about
The document says that you can use However in the cpp implementation, (After experimenting, I figured out a vector that could bypass that check. It's This results in inconsistence between documents and the acutal behavior of the function. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I can look at this in #712 I think the implementation can be fixed - this is a work around because look_at will not work when the target vector is aligned with Vector3.UP But since we know it's facing down (or close to), we should be able to set the rotation accordingly and skip the look_at |
Beta Was this translation helpful? Give feedback.
I can look at this in #712
I think the implementation can be fixed - this is a work around because look_at will not work when the target vector is aligned with Vector3.UP
But since we know it's facing down (or close to), we should be able to set the rotation accordingly and skip the look_at