Module: Player

3D objects animation.
Author:
License:
  • under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Source:

Classes

Player

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
Source:

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
Source: