A render scheduler that executes scheduled render shots within animation frame.
Utilizes requestAnimationFrame() function for that.
The render shots scheduled by different schedules created for the same window are all executed in the same animation frame. The postponed render shots are executed only after all scheduled ones complete.
Optional
Generated using TypeDoc
A render scheduler that executes scheduled render shots within animation frame.
Utilizes requestAnimationFrame() function for that.
The render shots scheduled by different schedules created for the same window are all executed in the same animation frame. The postponed render shots are executed only after all scheduled ones complete.