Class Factory

Hierarchy

  • Factory

Constructors

Properties

instance: null | Init

Returns an instance of an Init

Author

Matej Hakoš

objectsLoaded: boolean = false

Returns if objects are already loaded to the scene

Author

Matej Hakoš

uuid: string

UUID of instance.

Author

Matej Hakoš

instanceCounter: number = 0

Number of instances currently live.

Author

Matej Hakoš

Static

Methods

  • Sets an alias for the animation.

    Parameters

    • animationName: string
    • aliasName: string

    Returns void

  • Private

    Generated UUID for this instance.

    Returns

    Returns string

  • Returns current instance of camera.

    Returns

    Returns undefined | PerspectiveCamera

  • Manually moves stepper to the specified step.

    Parameters

    • stepNumber: number

    Returns void

  • Pauses rendering of the Instance.

    Returns void

  • Removes an animation from AnimationStorage.

    Parameters

    • animationName: string

    Returns void

  • Resumes rendering of the Instance.

    Returns void

  • Sets scaling for ALL objects in the scene.

    Parameters

    • scaling: number

    Returns void

Generated using TypeDoc