Ejemplo n.º 1
0
 public int RaycastNormalized(Vector3d direction)
 {
     return(IcoCommon.RaycastVertex(direction, level, true));
 }
Ejemplo n.º 2
0
 public int Raycast(Vector3d direction)
 {
     return(IcoCommon.RaycastVertex(direction, level, false));
 }