- doStaticRaycast
RayStaticResult doStaticRaycast(vec3 origin, vec3 normal, float dist, vec3 corner, vec3 step, bool doDraw)
Undocumented in source. Be warned that the author may not have intended to support it.
- rayCast
RayStaticResult rayCast(vec3 origin, vec3 normal, float dist, bool doDraw)
Undocumented in source. Be warned that the author may not have intended to support it.
- rayIntersectStatic
RayStaticResult rayIntersectStatic(vec3 origin, vec3 normal, float dist, bool doDraw)
Undocumented in source. Be warned that the author may not have intended to support it.
- rayIntersectTriangle
RayIntersection rayIntersectTriangle(vec3 origin, vec3 target, Triangle triangle)