Tagged Questions
3
votes
2answers
656 views
How do I make the lights stay fixed in the world with Direct3D
I've been using OpenGL for years, but after trying to use D3D for the first time, I wasted a significant amount of time trying figure out how to make my scene lights stay fixed in the world rather ...
0
votes
2answers
320 views
How do I send information to an HLSL effect in DirectX 10?
I'd like to send my view vector to an ID3D10Effect variable in order to calculate specular lighting. How do I send a vector or even just scalar values to the HLSL from the running DirectX program? I ...