#How can i detect im on a ramp with raycast
1 messages · Page 1 of 1 (latest)
If the normal isnt exactly x = 0, y = 1, z = 0 then it is a ramp
Or if it isn’t the opposite of ray direction
This and if the dot product between ray direction and normal isn’t 0
ideal solution