Quake 3 errors

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Zot
Posts: 15
Joined: Thu May 15, 2008 8:41 pm

Quake 3 errors

Post by Zot »

Hello, I've been running through about 20 Q3 levels, and none seem to render completely correctly (v.1.4)
Sky boxes missing.
Transparencies not working correct, especially not sorted.
Cut-outs (leaves etc) are black, not transparent.
Levels overall very dark, compared with screenshots of levels.

I want to use Irrlicht as a bases for experients with full screen pixel effects, but I need a good model display underneath.
If I'm exporting from 3dMax 9, how do I know what works and what doesn't, can I do transparencies for instance, and what format should I use to get the best results from the engine?

Thanks,
Zot
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

There have been several updates to q3 support in the latest SVN trunk version. So you'll see many more things supported.
Transparencies are in general supported for all mesh formats. But if you need special properties of your mesh supported in Irrlicht you'll have to check examples in all exportable mesh formats. There are always things which are not exactly represented in Irrlicht.
Zot
Posts: 15
Joined: Thu May 15, 2008 8:41 pm

Post by Zot »

Thanks for the quick reply, so transparencies will be back-front sorted with a different format?
How do I get the "latest SVN trunk version"?

Thanks again,

Z
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Read the FAQ for SVN, it contains a link to the instructions.
Transparent materials are automatically sorted back to front, however this is done on a scene node level which can still expose some pecularities. Also the dx renderer has some problems in the latest release, which hasn't been fixed, yet. But most things should work as expected.
Post Reply