Opened 13 years ago

Last modified 7 years ago

#743 new task

Improve shadows — at Initial Version

Reported by: Philip Taylor Owned by:
Priority: Nice to Have Milestone: Backlog
Component: Core engine Keywords:
Cc: Patch:

Description

Shadows could do with significant improvements. #504 and #661 and #143 are somewhat relevant. Some other random thoughts:

  • GL_LINEAR filtering on depth textures shouldn't really work. In particular it doesn't work at all on ATI, so it looks ugly. NVIDIA does something funny (PCF?). Intel maybe does something like NVIDIA. We ought to have it work properly with GL_NEAREST so it's not ugly on ATI.
  • Some kind of CSM might be nice.
  • Users should be able to configure higher-res shadow maps. Maybe we should default to higher-res if it doesn't hurt performance much?
  • We can drop non-FBO and non-depth-texture paths.

Change History (0)

Note: See TracTickets for help on using tickets.