DirectXTK
DirectXTK copied to clipboard
Point Light Shader
Can you implement point light shader for NormalMapEffect effect?
NormalMapEffect implements the same lighting solution as BasicEffect which only supports directional lights.
Is this a general ask for point-light implementation for the effects system?
NormalMapEffect implements the same lighting solution as BasicEffect which only supports directional lights.
Is this a general ask for point-light implementation for the effects system?
Yes