I want to do some tests with models, so i tried to load a collada-
object. The object is very simple: a cube, no materials. I get errors
just loading the object so i hope anyone has some advice or things to
check for.

These are the errors i get for just calling Collada.load
('someobject.dae')

---------------
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
        at away3d.loaders::Collada/::parseAnimationClips()
        at away3d.loaders::Collada/::parseCollada()
        at away3d.loaders::Collada$iinit()
        at away3d.loaders::Object3DLoader/::startParsingGeometry()
        at away3d.loaders::Object3DLoader/
away3d.loaders:Object3DLoader::onGeometryComplete()
        at flash.events::EventDispatcher/
flash.events:EventDispatcher::dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/flash.net:URLLoader::onComplete()
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
        at away3d.loaders::Object3DLoader/::update()
---------------------

Reply via email to