|
MeshUtils Class |
MeshUtils provides static helper methods for working with 3D meshes.
Inheritance Hierarchy SystemObject
Ab3d.DirectX.UtilitiesMeshUtils
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public 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.
|
TopSee Also