Search found 52 matches

by zola
Mon Aug 09, 2004 12:17 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Cg for OpenGL
Replies: 47
Views: 15470

sorry, didn't realize it was not included in the zip.

If You redownload You'll find a test app included in the new zip file
by zola
Tue Aug 03, 2004 9:04 am
Forum: Beginners Help
Topic: Drawing a Image over the whole screen
Replies: 7
Views: 736

Take a look here

http://www.irrlichtnx.mmdevel.de/

check out the CEGUI addon patch, might be what You need.

Even though the patch is titled 'CEGUI addon' it doesn't need the CEGUI to work and is completely free of dependencies to this project.
by zola
Sat Jul 31, 2004 9:12 am
Forum: Advanced Help
Topic: alpha blend vs alpha test
Replies: 0
Views: 459

alpha blend vs alpha test

Hi I want to learn more about DirectX so I've been looking through the directx9 videodriver and found something that I don't understand. when using Material irr::video::EMT_TRANSPARENT_ALPHA_CHANNEL the renderstates for ALPHATEST and ALPHABLEND are enabled. Doesn't these two states exclude each othe...
by zola
Fri Jul 30, 2004 8:34 am
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht NOT Using Quaternions?
Replies: 7
Views: 1110

You don't have to understand the quaternions. All You have to know is the methods the quaternion class provides and what they are used for, and some basic stuff: 1) normalised Quaternions can be used for rotations around an arbitrary axis 2) Quaternions can be converted to and from rotation matrices...
by zola
Fri Jul 23, 2004 7:31 pm
Forum: Open Discussion and Dev Announcements
Topic: Crazy Eds Gui
Replies: 13
Views: 2004

Good news for all CE Gui and Irrlicht users

CE is going to put the IrrlichRenderer in the CEGUI-System CVS this will make it almost painless to get updates and patches. :wink:
by zola
Thu Jul 22, 2004 6:54 pm
Forum: Open Discussion and Dev Announcements
Topic: Crazy Eds Gui
Replies: 13
Views: 2004

Hi I have finished an IrrlichtRenderer. You can download it at http://www.webtracker.ch/jahia/album/thomas/irr/cegui_irrlicht.zip . There are two projects 'irrrender' ( the renderer) and 'irrtest' a test app (mostly a copy of the demo4 for ogre :wink: To use the renderer irrlicht must be tweeked a l...