csharp
public readonly record struct MorphInstanceWhere one object's morphed vertices are.
Remarks
⚠ A TargetCount of zero is "this object is not morphed", and that is what the zeroed array means for every object that never attached. BaseVertex cannot carry that meaning — zero is a real base, and the first instance to attach gets it.
Fields and properties (4)
public int BaseVertexWhich vertex of Buffer its copy starts at, which is also its VertexOffset.
public int VertexCountHow many it has.
public int TargetCountHow many blend shapes its mesh carries.
public bool IsMorphedWhether this object draws from the morph buffer.
Methods (1)
public MorphInstance(int BaseVertex, int VertexCount, int TargetCount)Where one object's morphed vertices are.
Used by (3)
- MorphRenderFeatureVixen.Rendering
- MorphRenderFeatureTestsVixen.Rendering.Tests
- MorphedClusterTestsVixen.Rendering.Tests