Class Importer.MeshInfo
- Namespace
- HelixToolkit.SharpDX.Assimp
- Assembly
- HelixToolkit.SharpDX.Assimp.dll
protected sealed class Importer.MeshInfo
- Inheritance
-
Importer.MeshInfo
- Inherited Members
Constructors
MeshInfo()
Initializes a new instance of the Importer.MeshInfo class.
public MeshInfo()
MeshInfo(PrimitiveType, Mesh, Geometry3D?, int)
Initializes a new instance of the Importer.MeshInfo class.
public MeshInfo(PrimitiveType type, Mesh assimpMesh, Geometry3D? mesh, int materialIndex)
Parameters
typePrimitiveTypeThe type.
assimpMeshMeshThe assimp mesh.
meshGeometry3DThe mesh.
materialIndexintIndex of the material.
Fields
AssimpMesh
The Assimp mesh
public Mesh? AssimpMesh
Field Value
- Mesh
MaterialIndex
The material index
public int MaterialIndex
Field Value
Mesh
The Helix mesh
public Geometry3D? Mesh
Field Value
Type
The mesh type
public PrimitiveType Type
Field Value
- PrimitiveType