Skip to content

Latest commit

 

History

History

tracked-scene

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Tracked Scene

Three extension that adds a "childadded" and "childremoved" events and allows for deep tracking of all objects in the scene.

API

TrackedScene

extends THREE.Scene

Tracks all the objects in a scene and fires events when a deep child hass been added or removed.

Events

addedtoscene

Fired when a deep child is added to the scene.

removedfromscene

Fired when a deep child is removed from teh scene.

.allObjects

allObjects : Set< Object3D >

Set of all the objects in the scene.