Struct AiAnimMesh
Represents an aiAnimMesh struct. Note: This structure requires marshaling, due to the array of IntPtrs.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiAnimMesh
Fields
| Edit this page View SourceBiTangents
aiVector3*, replacement bitangent array.
Declaration
public nint BiTangents
Field Value
Type | Description |
---|---|
nint |
Colors
aiVector4*[Max_Value], array of arrays of vertex colors. Max_Value is defined as AI_MAX_NUMBER_OF_COLOR_SETS.
Declaration
public AiMeshColorArray Colors
Field Value
Type | Description |
---|---|
AiMeshColorArray |
Name
Anim Mesh name
Declaration
public AiString Name
Field Value
Type | Description |
---|---|
AiString |
Normals
aiVector3*, replacement normal array.
Declaration
public nint Normals
Field Value
Type | Description |
---|---|
nint |
NumVertices
unsigned int, number of vertices.
Declaration
public uint NumVertices
Field Value
Type | Description |
---|---|
uint |
Tangents
aiVector3*, replacement tangent array.
Declaration
public nint Tangents
Field Value
Type | Description |
---|---|
nint |
TextureCoords
aiVector3*[Max_Value], array of arrays of texture coordinates. Max_Value is defined as AI_MAX_NUMBER_OF_TEXTURECOORDS.
Declaration
public AiMeshTextureCoordinateArray TextureCoords
Field Value
Type | Description |
---|---|
AiMeshTextureCoordinateArray |
Vertices
aiVector3*, replacement position array.
Declaration
public nint Vertices
Field Value
Type | Description |
---|---|
nint |
Weight
float, weight of the AnimMesh.
Declaration
public float Weight
Field Value
Type | Description |
---|---|
float |