Shadow Issue using 1.7

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
BrianATSI
Posts: 23
Joined: Thu Jan 10, 2008 9:00 pm

Shadow Issue using 1.7

Post by BrianATSI »

I'm having a funny issue with shadows in 1.7. What am I doing wrong? The shadow from the plane is on the plane.

See below:

http://tinyurl.com/2b7akgu

http://tinyurl.com/2e2p73b
DtD
Posts: 264
Joined: Mon Aug 11, 2008 7:05 am
Location: Kansas
Contact:

Post by DtD »

This issue I believe comes from depth fail. I'm not sure on how to specifically fix the issue in Irrlicht, but the built-in shadowing system in Irrlicht is fairly simple AFAIK.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I have updated the code from SteelStyle and have new shadow code working upt o one issue: The projection matrix is wrong, which means that the shadow moves pretty strange when the camera moves. But I'm pretty convinced that Irrlicht 1.8 will have a fixed version for stencil shadows. Moreover, BlindSide is working on ShadowMaps for Irrlicht.
Brainsaw
Posts: 1183
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

I have also seen weird shadow errors with my projects, but after reading that a new shadow system is going to be included in 1.8 I decided not to integrate X-Effects or something like that, focus on other things to be done and wait for 1.8 for the shadows.
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Post Reply