Struct BlendShapeVertex
The blend shape vertex data optimized for runtime meshes morphing.
Assembly: FlaxEngine.dll
File: Engine/Graphics/Models/BlendShape.h
Syntax
public struct BlendShapeVertex
Fields
NormalDelta
The normal vector offset (tangent Z).
Declaration
public Float3 NormalDelta
Field Value
Float3
|
PositionDelta
The position offset.
Declaration
public Float3 PositionDelta
Field Value
Float3
|
VertexIndex
The index of the vertex in the mesh to blend.
Declaration
public uint32 VertexIndex
Field Value
uint32
|