3D objects animation.
Classes
Type Definitions
onChangeScaleT(scale)
User has updated the time settings. See settings.onChangeScaleT parameter of the Player class.
Parameters:
Name | Type | Description |
---|---|---|
scale |
object | the updated time settings |
onSelectScene(index, t)
This function is called at each new step of the playing. See settings.onSelectScene parameter of the Player class.
Parameters:
Name | Type | Description |
---|---|---|
index |
number | current index of the scene of the animation |
t |
number | current time |