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
CFloat(0, allow_none=False).tag(sync=True)
timeScale
CFloat(1, allow_none=False).tag(sync=True)
rootObject = Instance()

a ThreeWidget or None

time = CFloat(0)

a float

timeScale = CFloat(1)

a float