Hi there!
I'm new to Irrlicht but not to 3D graphic and animation (which is my actual job).
I'm very happy about Irrlicht, I just have some doubt left about shaders:
- I use XSI and set up nodes of shader passes (alpha transparency, alpha masking on specular, and such things...).
- Obviously, Irrlicht has its own way to describe shaders.
I can quickly export whatever I want from XSI to Irrlicht using .X format, but what about those shaders? How do you XSI artist bring them to Irrlicht?
See ya!
:>Nime
XSI vs Irrlicht shaders
i dont know XSI but the term 'shader passes' caused me to respond.
Irrlicht uses "Materials" which may be either:
- a fixed function pipeline (or custom configuration thereof in OpenGL)
- a MaterialRenderer (prescribed shader)
- a custom shader (in either HLSL, DXAsm, GLSL or ARBprogram)
since XSI seams to have its own shader-system, you may want to use
some kind of shader-designer (or plugin) which lets you export to
HLSL/GLSL/Asm.
cheers,
Irrlicht uses "Materials" which may be either:
- a fixed function pipeline (or custom configuration thereof in OpenGL)
- a MaterialRenderer (prescribed shader)
- a custom shader (in either HLSL, DXAsm, GLSL or ARBprogram)
since XSI seams to have its own shader-system, you may want to use
some kind of shader-designer (or plugin) which lets you export to
HLSL/GLSL/Asm.
cheers,
terefang
nVidia 7800GT/256, AMD64-X2 4k2, Latest Fedora/CentOS
nVidia 7800GT/256, AMD64-X2 4k2, Latest Fedora/CentOS
I think xsi shaders doesn't translate exactly to game shaders...
Finally making games again!
http://www.konekogames.com
http://www.konekogames.com
Ok, maybe I got the point:
When I use the .X exporter, it works alright but XSI registers a warning:
'WARNING : 3000 - Missing OpenGL extension ( ARB_Shadow ) - realtime shadow maps will not be available
I can figure out I'm missing some OpenGL library... is it my graphic card? its drivers? XSI related library? Else?
I searched both softimage website and opengl website, but I still can't figure out what exactly do I need to install.
Any hint? ;*
When I use the .X exporter, it works alright but XSI registers a warning:
'WARNING : 3000 - Missing OpenGL extension ( ARB_Shadow ) - realtime shadow maps will not be available
I can figure out I'm missing some OpenGL library... is it my graphic card? its drivers? XSI related library? Else?
I searched both softimage website and opengl website, but I still can't figure out what exactly do I need to install.
Any hint? ;*