Implements

  • IUSDExporterExtension

Constructors

Properties

injectImplicitBehaviours: boolean = false

Determines if we inject a PlayAnimationOnClick component with "scenestart" trigger - only makes sense for QuickLook

injectRestPoses: boolean = false

Determines if we inject a rest pose clip for each root - only makes sense for QuickLook

Accessors

  • get extensionName(): string
  • Returns string

Methods

  • Parameters

    Returns number

  • Returns the end time code, based on 60 frames per second, for all registered animations. This matches the highest time value in the USDZ file.

    Returns number

  • Parameters

    Returns number

  • Returns number

  • Parameters

    • _context: any

    Returns void

  • Parameters

    • _context: any

    Returns void

  • Parameters

    Returns void

  • Register an AnimationClip for a specific root object.

    Parameters

    • root: Object3D

      The root object that the animation clip is targeting.

    • clip: any

      The animation clip to register. If null, a rest pose is registered.

    Returns RegisteredAnimationInfo

    The registered animation info, which contains the start time and duration of the clip.

Generated using TypeDoc