Shadow Mapping using DirectXAnd the shader itself [code] ///////////////////////////////////////////////////////// //Shadow...
Shadow Mapping using DirectXI am also including my Render call from SceneManager to show how the objects are rendered to screen....
Shadow Mapping using DirectXHi I have a problem with implementing Shadow Mapping into a project I am working on. I am very mu...
Atan2 IssueThanks for the input All solved now. The problem was with the result returned from atan2. The ...
Atan2 IssueSorry my typo I do have it as [code]atan2(distance.z, distance.x)[/code] In terms of erratic, ...