 |
MeshUtils Class |
MeshUtils provides static helper methods for working with 3D meshes.
Inheritance HierarchySystemObject
Ab3d.DirectX.UtilitiesMeshUtils
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.1.9105.2048
Syntaxpublic static class MeshUtils
The MeshUtils type exposes the following members.
Methods | Name | Description |
---|
  | CalculateNormals(PositionNormalTexture, Int32, Boolean) |
CalculateNormals method calculates normals for the specified vertexBuffer (PositionNormalTexture array) and triangle indices array. Normal values are written to the vertexBuffer.
|
  | CalculateNormals(Vector3, Int32, Boolean) |
CalculateNormals method calculates normals for the specified positions and and triangle indices arrays.
|
  | CalculateNormals(PositionNormalTexture, Int32, Int32, Int32, Boolean) |
CalculateNormals method calculates normals for the specified vertexBuffer (PositionNormalTexture array) and triangle indices array. Normal values are written to the vertexBuffer.
|
  | CalculateNormals(Vector3, Int32, Int32, Int32, Boolean) |
CalculateNormals method calculates normals for the specified positions and and triangle indices arrays.
|
  | CalculateNormals(Vector3, Int32, Vector3, Int32, Int32, Boolean) |
CalculateNormals method calculates normals for the specified positions and and triangle indices arrays.
Normal values are written to the specified normals array.
|
  | CalculateTangentVectors(MeshGeometry3D) |
CalculateTangentVectors returns a Vector3 array that represents tangent vectors calculated from MeshGeometry3D.
|
  | CalculateTangentVectors(Vector3, Vector3, Vector2, Int32) |
CalculateTangentVectors returns a Vector3 array that represents tangent vectors calculated from specified mesh data.
|
Top
See Also