The bug was fixed when I updated my Flex version so I think this is just an adobe issue. I also updated my flash player as well so that could be it.
I still changed the matrix so element 3,3 is a 1 and I get no graphical errors and that would make it an invertible matrix. On Oct 18, 12:46 pm, katopz <[email protected]> wrote: > Hey William > > try change last raw matrix number to 1 should help > (and if it work i'll patch fix this on svn) > > cheers > > On 18 October 2010 04:53, William Fagerstrom <[email protected]> wrote: > > > > > > > > > > > Hey, I have just found a bug with the perspective lens. > > > "[Fault] exception, information=ArgumentError: Error #2188: Invalid > > raw matrix. Matrix must be invertible." > > > its from line: > > > "_projectionMatrix.rawData = Vector.<Number>([_camera.zoom * > > _camera.focus, 0, > > 0, 0, > > 0, > > _camera.zoom * > > _camera.focus, 0, 0, > > 0, > > 0, > > 1, 1, > > 0, > > 0, > > 0, 0]);" > > > I only get this error when I run the swf in the projector and not in a > > browser. > > > Also another unrelated bug on line 490 of Collada.as. When you try to > > load a file with no geometry data I.e. only bone animation you get a > > null reference error. > > I fixed it with this though: > > > _geometryArrayLength = _geometryArray==null?0:_geometryArray.length; > > -- > Regards > ----------------------------------------------------------- > Todsaporn Banjerdkit, katopz,http://sleepydesign.com > Away3DLite and JigLibFlash Developer Team
