User profile: phantompig

User info
User name:phantompig
Name:Danny
Location:Leeds, UK
History
Joined:
Number of posts:20
Latest posts:

Shadow Mapping using DirectX
And the shader itself [code] ///////////////////////////////////////////////////////// //Shadow...

Shadow Mapping using DirectX
I am also including my Render call from SceneManager to show how the objects are rendered to screen....

Shadow Mapping using DirectX
Hi I have a problem with implementing Shadow Mapping into a project I am working on. I am very mu...

Atan2 Issue
Thanks for the input All solved now. The problem was with the result returned from atan2. The ...

Atan2 Issue
Sorry my typo I do have it as [code]atan2(distance.z, distance.x)[/code] In terms of erratic, ...