Irrlicht and Shaders?
-
- Posts: 22
- Joined: Wed Mar 05, 2008 8:25 am
Irrlicht and Shaders?
I have a few questions about shaders and irrlicht? How is it possible to do multiple passes? How can I do post effects?(Not sure how to set up the shader to do ts thing on a renderdertarget). Is there support for .fx files?
Use this:
http://irrlicht.sourceforge.net/phpBB2/ ... hp?p=60029
Theres no support for FX files in terms of techniques/passes etc, so you'll have to implement/parse those yourself. Although the shader code itself inside FX files usually copy/pastes straight into an HLSL script.
Cheers
http://irrlicht.sourceforge.net/phpBB2/ ... hp?p=60029
Theres no support for FX files in terms of techniques/passes etc, so you'll have to implement/parse those yourself. Although the shader code itself inside FX files usually copy/pastes straight into an HLSL script.
Cheers
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
-
- Posts: 22
- Joined: Wed Mar 05, 2008 8:25 am