Irrlicht 1.0

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
AndyCR
Posts: 110
Joined: Tue Nov 08, 2005 2:51 pm
Location: Colorado, USA
Contact:

Post by AndyCR »

You need to disable GL extensions. Should turn up on forum search.
terefang
Posts: 48
Joined: Tue Jun 21, 2005 9:56 am

Post by terefang »

sed -e 's|glXGetProcAddress|glXGetProcAddressARB|'
terefang
nVidia 7800GT/256, AMD64-X2 4k2, Latest Fedora/CentOS
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

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

Post by hybrid »

You just have to use the very same character at the three positions, and no where else. You can even use a usual character such as 'AreplaceAwiththisA'. But it becomes quite weird.
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

I see :)
zenaku
Posts: 212
Joined: Tue Jun 07, 2005 11:23 pm

Post by zenaku »

The glxGetProcAddress thing? I had that problem too. I use xandros 3.0 (based on debian) with and use an X server with the nVidia drivers.

At first I hacked the source and changed the getProcAddress -> getProcAddressARB crap, but then I realized my problem was that the global include path pointed to the wrong GL headers. I put the code back, changed my include path and it works fine :) . That was with 0.14, but it's probably the same issue. I don't know if changing the include path was the correct way to fix it, but it works for me.


Congrats on 1.0 Niko. :D
-------------------------------------
IrrLua - a Lua binding for Irrlicht
http://irrlua.sourceforge.net/
stodge
Posts: 216
Joined: Fri Dec 05, 2003 5:57 pm

Post by stodge »

Irrlicht badly needs Spintz's OpenGL changes to remove the stupid toOpenGLcolour, or whatever it's called. That should improve the performance somewhat.
Post Reply