Mmm...
Your making a good point here.
Collada.load() returns an Object3DLoader to which you can attach event listeners. Collada.parse() returns an ObjectContainer3D instead, a casted ObjectContainer3D. Been trying to listen for progress and complete events for this with no luck also.
Anyone else? Is there a way to do this with the current revision or do we need a little update in order to properly trace:
1) Collada.load() - Progress and succes events on both loading and parsing.
2) Collada.parse() - Progress and success events on parsing.
I am just suggesting an update, shouldnt be too diffcult. I could be wrong of course, perhaps using these methods incorrectly, there being a way to do this already.
=/