|
HitTester Methods |
The HitTester type exposes the following members.
Methods | Name | Description |
---|
| HasTriangleSameOrientation |
Returns true when the triangle specified with 3 positions (its normal) and a ray with specified rayDirection are facing in the same direction.
|
| HitTest(Ray, Vector3, Int32, Boolean, Int32, Boolean) |
Hit test a ray against the mesh with specified vertex and index buffer.
|
| HitTest(Ray, PositionNormalTextureVertex, Int32, Boolean, Int32, Boolean) |
Hit test a ray against the mesh with specified vertex and index buffer.
|
TopSee Also