Search found 5 matches

by Marine
Mon Nov 17, 2008 5:47 pm
Forum: Beginners Help
Topic: Can this be used without compiling, and in a non-NET program
Replies: 5
Views: 280

Irrlicht ISN't an "API"

It is an engine.

You could in theory export loads of functions for your own use, but you would be better off using it as C++. C++ isn't that bad.

Oh, and its C++ code not PHP :P
by Marine
Mon Nov 17, 2008 5:29 pm
Forum: Bug reports
Topic: [fixed] Collada Texture, Position and Transparency bugs
Replies: 8
Views: 1111

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...
by Marine
Wed Nov 05, 2008 1:57 am
Forum: Bug reports
Topic: [fixed] Collada Texture, Position and Transparency bugs
Replies: 8
Views: 1111

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 ...
by Marine
Tue Nov 04, 2008 10:53 pm
Forum: Bug reports
Topic: [fixed] Collada Texture, Position and Transparency bugs
Replies: 8
Views: 1111

-snip-

Didn't work....
by Marine
Tue Nov 04, 2008 9:31 pm
Forum: Bug reports
Topic: [fixed] Collada Texture, Position and Transparency bugs
Replies: 8
Views: 1111

[fixed] Collada Texture, Position and Transparency bugs

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 ...