All Questions
1 question
1
vote
1
answer
365
views
How do I make light objects in XNA?
Here's my dilemma : I want to have light sources placeable by the player, in terms of lanterns.
I know the best way to do this is to use pixel shaders, which I have done a lot of research and use on,...