FromMesh
FromMesh(VertexDeclaration, Mesh)
使用给定的顶点布局从给定的网格对象创建一个 TriMesh。
public static TriMesh FromMesh(VertexDeclaration declaration, Mesh mesh)
范围 | 类型 | 描述 |
---|---|---|
declaration | VertexDeclaration | |
mesh | Mesh |
也可以看看
- class VertexDeclaration
- class Mesh
- class TriMesh
- 命名空间 Aspose.ThreeD.Entities
- 部件 Aspose.3D
FromMesh(Mesh, bool)
从给定的网格对象创建一个 TriMesh,顶点声明基于输入网格的结构。
public static TriMesh FromMesh(Mesh mesh, bool useFloat = true)
范围 | 类型 | 描述 |
---|---|---|
mesh | Mesh | |
useFloat | Boolean | 对每个顶点元素组件使用浮点类型而不是双精度类型。 |
返回值
也可以看看
- class Mesh
- class TriMesh
- 命名空间 Aspose.ThreeD.Entities
- 部件 Aspose.3D