Hacker News new | ask | show | jobs
by MakeMake 3988 days ago
This technique is limited to "unrealistic" point lights (except for stars). To improve the shadow quality it is necessary to work with light fields. This can be done either by voxel fields (I think nvidia tried something like this) or depth fields. I use the later one with the advantage that it can be easily combined with other techniques and can be updated in real time. For almost static environments like the one in the example I would advise to use precomputed emission maps. There is also something wrong with the shadow map (right image) I suspect a blur step is missing.
2 comments

It is just as unrealistic as the blurring that happens in Cascading shadow maps but it is more efficient.
You can approximate low frequency light fields with a suitable distribution of virtual point lights.