Is the Special FX tutorial (number eight) broken??
-
- Posts: 12
- Joined: Mon Jun 25, 2007 11:45 pm
Is the Special FX tutorial (number eight) broken??
When I run the special effects tutorial (number eight) the shadow generated dosnt look remotely correct. It shows a shadow, but its not smooth or solid, its more like a bunch of jumpy triangles with holes. It looks almost as if the polys of the dwarf are randomly letting light through the model. Does anyone know what would cause this?? Oh BTW I am running linux so I am using opengl.
hi
I'm working with linux as well and it run fine.
I had some problems with the graphics, but then I found out that I used OpenGL 1.2 (or 1.3), instead of 2.1
to checkout which version you use runand at look at the OpenGL version string.
Also make sure that you are using updated Irrlicht version.
Hope that help
Rotem.
I'm working with linux as well and it run fine.
I had some problems with the graphics, but then I found out that I used OpenGL 1.2 (or 1.3), instead of 2.1
to checkout which version you use run
Code: Select all
glxinfo | grep version
Also make sure that you are using updated Irrlicht version.
Hope that help
Rotem.
-
- Posts: 12
- Joined: Mon Jun 25, 2007 11:45 pm
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
You have to use the proper driver. The mentioned companies have downloadable drivers for Linux. There are also open source drivers which support 3d acceleration, however, I did not use any of those ever (simply because I do not care if I use binary only drivers). For the latter you might need additional X11 drivers and the OpenGL libraries, while the propietary drivers bring their own versions.