Hello everyone i
I run into a bit of a problem when i try to load some collada/dae files.
These files are generated by a server so i have no direct influence on the structure of the collada files.
The problem is that when i try to load/parse one of these files i get a range error.
As far as i can find out what’s wrong is that in the collada file the uv information is missing and thus the file “AbstractParser.as” generates an error on line 285.
Is there a way to get collada files without uv information working?
I hope someone can help me out….........