Standard |
public class StandardMesh : TriangleMesh<PositionNormalTextureVertex>
The StandardMesh type exposes the following members.
Name | Description | |
---|---|---|
StandardMesh(String) | Constructor | |
StandardMesh(PositionNormalTextureVertex, Int32, String) | Constructor | |
StandardMesh(PositionNormalTextureVertex, Int32, BoundingBox, String) | Constructor |
Name | Description | |
---|---|---|
DumpMeshInitializationCode | Writes string in C# that defines the Vertices and TriangleIndices arrays for this mesh to the console (when the application is debugged in Visual Studio the result is written to Output window or Immediate Window if started from there; in Rider the result is written to Debug Output window). | |
GetMeshInitializationCode | Returns a string in C# that defines the Vertices and TriangleIndices arrays for this mesh. |