• Internal method - This marks an object as being animated. Make sure to always call isAnimated=false if you stop animating the object

    Parameters

    • obj: Object3D

      The object to mark

    • animatedBy: object
    • isAnimated: boolean

      Whether the object is animated or not

    Returns void