This event is emitted when the renderer has no scene updates to process.
The event has no payload - use this for performance optimizations during idle periods.
Example
renderer.on('idle', () => { // Renderer is idle - perfect time for cleanup, analytics, etc. console.log('Renderer is idle - no scene changes');
Idle Event Data
Remarks
This event is emitted when the renderer has no scene updates to process. The event has no payload - use this for performance optimizations during idle periods.
Example