struct MorphVertex

A single vertex used for morph target animation.

Contains a difference between base and target shape.

Public

Constructors

MorphVertex

MorphVertex() = default

MorphVertex

MorphVertex(const Vector3 &deltaPosition, const Vector3 &deltaNormal, u32 sourceIdx)

Fields

DeltaPosition

Vector3 DeltaPosition

DeltaNormal

Vector3 DeltaNormal

SourceIdx

u32 SourceIdx