| TriMeshFromMesh Method |
| Name | Description | |
|---|---|---|
| FromMesh(Mesh, Boolean) |
Create a TriMesh from given mesh object, the vertex declaration are based on the input mesh's structure.
| |
| FromMesh(VertexDeclaration, Mesh) |
Create a TriMesh from given mesh object with given vertex layout.
|