-
Notifications
You must be signed in to change notification settings - Fork 25
Closed

Description
I am looking for a way to attach an event handler to an externally referenced resource such as a mesh or rather to its parent group.
Currently whenever I try to access information of dynamically added external resources I get an error (in my case calling getBoundingBox on the group containing an external mesh).
Is there a way to bind an event handler to a group containing external resources that gets called as soon as all external resources are loaded and available?