I'm struggling with similar problems, trying to display Collada exports from Sketchup using irrlicht from SVN. Only it's a bit worse... It's supposed to look like this: The screenshot was made with an SVN snapshot of irrlicht I checked out ~30 minutes ago. 1) You currently need to make sure EVERYTH...
So I assume you're using SVN/trunk with the Collada 1.4 loader? The z-axis up patch is far more demanding than what you already did, I have it already almost done. Will commit once I find some time for testing or at least removing the debug code from the loader. If you need someone else to test it ...
I have been trying to load a Google Sketchup KMZ (version 4) into Irrlicht. So far I add the KMZ as a zip archive to the filesystem, and then load the actual model (Specified in models/KMZFilename.dae). The bugs are as follows: 1) Major bug: The transparency doesnt work. I had to add _BREAK_ to the ...