Jump to content
  • entries
    941
  • comments
    5,894
  • views
    867,516

More Work on Shadows


Josh

1,148 views

 Share

I found and fixed the cause of the cubemap seams in variance shadow maps so we now have nice soft seamless shadows.

Image1.thumb.jpg.f0353d9c62c60244738ff56a76f08200.jpg

I also changed the engine so that point lights use six 2D textures instead of a separate cubemap texture array. This means that all light types are sharing one big 2D array texture, and it frees up one texture slot. I am not sure if I want to have a hard limit on number of shadow-casting lights in the scene, or if I want to implement a system that moves lights in and out of a fixed number of shadowmap slots.

  • Like 3
  • Thanks 1
 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...