Function: getDeltaTime()
getDeltaTime():
number
Defined in: src/singletons.ts:124
A shortcut for core.timer.getDelta(). Gets the time in seconds since
the last frame, useful for animations.
Returns
number
The delta time in seconds.
See
THREE.Timer.getDelta