Class MorphTransform

MorphTransform class

public abstract class MorphTransform : IMaterialTransform

Properties

NameDescription
AbsoluteMorphTargets { get; }Gets a value indicating whether morph target values are absolute, and not relative to the master value.
MorphWeights { get; }Gets the current morph weights to use for morph target blending. COMPLEMENT_INDEX represents the index for the base geometry.

Methods

NameDescription
MorphColors(Vector4, IReadOnlyList<Vector4>)
MorphTexCoord(Vector2, IReadOnlyList<Vector2>)
Update(ref SparseWeight8, bool)

Fields

NameDescription
const COMPLEMENT_INDEX

See Also