Class MorphShape

Name and weight of a single shape in a morph target animation. Each shape internally represents a set of vertices that describe the morph shape.

Hierarchy

  • FrameworkObject
    • MorphShape

Constructors

Accessors

Constructors

  • Parameters

    • OptionalisInternalConstructor: boolean

    Returns MorphShape

Accessors

  • get name(): string
  • Returns the name of the shape.

    Returns string

  • get weight(): number
  • Returns the weight of the shape, determining how are different shapes within a channel blended.

    Returns number