AnimationMixer

class pythreejs.AnimationMixer(rootObject=None, time=0, timeScale=1)[source]

AnimationMixer

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/animation/AnimationMixer

Inherits ThreeWidget.

Three.js docs: https://threejs.org/docs/#api/animation/AnimationMixer

rootObject
Instance(ThreeWidget, allow_none=True).tag(sync=True, **widget_serialization)
time
IEEEFloat(0, allow_none=False).tag(sync=True)
timeScale
IEEEFloat(1, allow_none=False).tag(sync=True)
rootObject = Instance()

a ThreeWidget or None

time = IEEEFloat(0)

a float

timeScale = IEEEFloat(1)

a float