Way to check if 3D point is in area.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By TheLoraxPl

Hi ^^ I searched a lot of sites, but I didn’t found the reply for this question. I have a collision shape as a child of an area, and I have to check programatically if point
(for example the vertex of another body) - Vector3(34,5,8) is inside or on border of my (completely movable) shape. I program in C#, but answers in GDscript is’nt bad. It has always been easy to translate <3.

Did you find an answer to this yet? I’m looking for the same thing.

To find out if a Vector3 is inside an area.

Dumuz | 2020-08-23 20:43