Render to texture and stencil shadow

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Viz_Fuerte
Posts: 91
Joined: Sun Oct 19, 2008 5:29 pm
Location: Valencia (Spain)
Contact:

Render to texture and stencil shadow

Post by Viz_Fuerte »

Hi.

In OpenGL...

Surely you know that when rendering to a texture and select the stencil shadow, texture is darker with the same color shadow.

The only solution I see is to modify the code for the Irrlicht.

You know any solution less aggressive?

I have read several old post but is not a good solution.
only gives you the option of using the system of shadows of BlindSide, the Xeffect.
Post Reply