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. =/ On Mon, Dec 1, 2008 at 10:44 AM, thePhenom <[EMAIL PROTECTED]>wrote: > > Hi > > Could anyone post on how to use onSuccess in combination of > Collada.parse. I am aware that you can use it in combination of > Collada.load function > > Thanks
