how to modify shadow mapping in "3D Graphics with XNA Game Studio 4.0"?
- by naprox
So I've been following the tutorials from the book Sean James's "3D Graphics with XNA Game Studio 4.0", and have been doing fine until i reached the shadow mapping part.
in this book it creates point lights with a Sphere model.
my first Q is how to draw a directional Light with this frame work?
secondly it can do shadow mapping just for one light,…