Hello, I'm trying to import a 3d model that I've exported out of Blender as a .as class file / collada file / and md2 file. I can't get any of these to work and am wondering if my 3d model is too complex. When I try to load the collada file I get a script has run for more than 15 seconds on the parseShape function. When I try to load the .as file that represents the 3d model I don't get any errors but I know that it is failing because 1. I don't see anything. 2. The trace statement in the constructor is never called. md2 does the same as the collada.
Can anybody give me any advice on what I should try to do from here. BTW the files (all of them) are around 1.5 mb, but I have even done some simplifying in Blender to get it down to 600k and it still won't load.
