Please login or register.

Login with username, password and session length
Advanced search  

News:

This forum provides RSS feed. To query recent posts use this url. More...


Author Topic: Problem with stencil shadows  (Read 3357 times)

0 Members and 1 Guest are viewing this topic.

Derrek3D

  • Occasional poster
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
    • View Profile
Problem with stencil shadows
« on: January 02, 2008, 12:06:14 PM »

I need some help in solving a problem I have with stencil shadows that is somehow hard to explain. In order to simplify the problem imagine a room with a floor and one big shadow-receiving wall. The actor steps near the wall and the shadow is correctly mapped on the floor and on the wall. Up until now everything is ok. Now place a small waist-high shadow-receiving object in front of the wall. Now when the actor steps near the wall, the shadow is mapped on the floor, on the wall (behind the object) and also on the object itself, creating a very unrealistic effect of two shadows with only one light source.

Any idea why this happens and any ways of overcoming the problem?
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Problem with stencil shadows
« Reply #1 on: January 02, 2008, 01:18:14 PM »

I'm not sure I understand the problem correctly, but I'm afraid that's by design. The stencil shadows project a shadow volume from the actor, and the shadow itself is painted wherever the shadow volume hits the geometry.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Derrek3D

  • Occasional poster
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 82
    • View Profile
Re: Problem with stencil shadows
« Reply #2 on: January 02, 2008, 01:55:40 PM »

Well, I'm really not sure I managed to explain the problem very well... I'll try a different approach.

Let's say you have a road in the scene (the floor) and the road has a sidewalk next to it and both the road and the sidewalk receive shadows. Now when the actor casts its shadow on the road/sidewalk you see the actor's shadow on the road up until it reaches the sidewalk and then you see only the shadow that is cast on the sidewalk. The shadow that should have been there on the road below the sidewalk is correctly hidden. Now what happens when it's not the floor vs. an object but instead it's an object vs. another object? What happens when one shadow-receiving object should have (realistically) obstructed another shadow-receiving object from receiving a shadow? As it is now, I can see both shadows at the same time - the correct shadow on the obstructing object and also the incorrect shadow on the obstructed object. Is this by design or am I reporting a bug here?
Logged

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re: Problem with stencil shadows
« Reply #3 on: January 02, 2008, 02:12:38 PM »

Well, the shadow will be "cast through" the object, that's indeed by design. To get precise results one would have to use raycasting, to simulate the light occlusion, and that would be extremely computationally expensive.
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave
 

Page created in 0.042 seconds with 21 queries.