Class SkinnedMesh.Vertex
The raw Vertex Buffer structure format.
Inheritance
System.Object
SkinnedMesh.Vertex
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class Vertex : ValueType
Fields
Bitangent
BlendIndices
BlendWeights
The blend weights (normalized). Up to 4 bones.
Declaration
public Float4 BlendWeights
Field Value
Float4
|