Not all of them but a few months ago I was loading some collada files
from 3dWarehouse. Works just fine.
Now I updated the code and it will give the following error on line:
512: _geometryArrayLength = _geometryArray.length;
TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at away3d.loaders::Collada/parseScene()[/Users/maikelsibbald/
Documents/Flex Builder 3/Away3D/away3d/loaders/Collada.as:512]
at away3d.loaders::Collada/parseCollada()[/Users/maikelsibbald/
Documents/Flex Builder 3/Away3D/away3d/loaders/Collada.as:486]
at away3d.loaders::Collada()[/Users/maikelsibbald/Documents/Flex
Builder 3/Away3D/away3d/loaders/Collada.as:396]
at away3d.loaders::Object3DLoader/startParsingGeometry()[/Users/
maikelsibbald/Documents/Flex Builder 3/Away3D/away3d/loaders/
Object3DLoader.as:108]
at away3d.loaders::Object3DLoader/onGeometryComplete()[/Users/
maikelsibbald/Documents/Flex Builder 3/Away3D/away3d/loaders/
Object3DLoader.as:214]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
What changed?