pub fn get_ray_collision_mesh(
ray: Ray,
mesh: Mesh,
transform: Matrix,
) -> RayCollision
Expand description
Get collision info between ray and mesh
pub fn get_ray_collision_mesh(
ray: Ray,
mesh: Mesh,
transform: Matrix,
) -> RayCollision
Get collision info between ray and mesh