#How can I get which face normal hit with raycast?
1 messages · Page 1 of 1 (latest)
@lilac juniper closest I can think of is get_collision_normal(). Whatever specific face of your shape that corresponds to you'd have to figure out yourself.
In the case of a cube it should get you that vector you mentioned I think.
Or if you are directly casting through intersect_ray or something, the resulting dictionary also contains the normal.