Contains a list of MorphTarget, a combined delta AABB and some associated data.

Hierarchy

  • RefCountedObject
    • Morph

Constructors

  • Create a new Morph instance.

    Parameters

    • targets: MorphTarget[]

      A list of morph targets.

    • graphicsDevice: GraphicsDevice

      The graphics device used to manage this morph target.

    • Optional options: {
          preferHighPrecision: boolean;
      } = {}

      Object for passing optional arguments.

      • preferHighPrecision: boolean

        True if high precision storage should be prefered. This is faster to create and allows higher precision, but takes more memory and might be slower to render. Defaults to false.

    Returns Morph

Properties

preferHighPrecision: boolean

Accessors

Methods