 |
HitTester Class |
HitTester is a class that can be used do a hit testing on a mesh data with vertex and index buffer.
The static methods in this class take a Ray, various types of vertex buffers, index buffer and a few flags and returns a hit test result.
Inheritance HierarchySystemObject
Ab4d.SharpEngine.UtilitiesHitTester
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic static class HitTester
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.
|
  | HitTest(Ray, PositionNormalTextureVertex, Int32, Int32, Int32, Boolean, Boolean) |
Hit test a ray against the mesh with specified vertex and index buffer.
|
Top
See Also