Projected textures

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
firewater49
Posts: 3
Joined: Sat Mar 01, 2008 10:32 pm

Projected textures

Post by firewater49 »

Hello,
Is there an easy way to implement projected textures into irrlicht? I would like to be able to use things for things like, shadow mapping, reflections, and maybe even for a cool effect like a slide projector. If I could use this without very complex shaders or if someone has a link to one, it would be nice. Thanks!
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

I'm implementing them as a material type in Irrlicht, see here:
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=26548
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
firewater49
Posts: 3
Joined: Sat Mar 01, 2008 10:32 pm

Post by firewater49 »

Thanks, that is exactly what I needed will do without in my game for now. Thanks.
Post Reply