Class SkinnedMesh.Vertex0
The Vertex Buffer 0 structure format.
Inheritance
System.Object
SkinnedMesh.Vertex0
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class Vertex0 : ValueType
Fields
BlendIndices
The blend indices (packed). Up to 4 bones.
Declaration
public Color32 BlendIndices
Field Value
Color32
|
BlendWeights
The blend weights (normalized, packed). Up to 4 bones.
Declaration
public Half4 BlendWeights
Field Value
Half4
|
Normal
Position
Tangent
The tangent vector (packed). Bitangent sign in component A.
Declaration
public FloatR10G10B10A2 Tangent
Field Value
FloatR10G10B10A2
|