Page 3 of 3

Re: Lighting quality on Obj models

Posted: Thu Nov 14, 2013 8:31 am
by robmar
Thanks for the info! I found an MSDN example of shadows using a pixel shader that looked up to see if the pixel it was rendering was in shadow. It referenced the depth buffer to do this, and seemed like a really good approach, fast and elegant.