DirectXTK icon indicating copy to clipboard operation
DirectXTK copied to clipboard

Point Light Shader

Open pavledev opened this issue 2 years ago • 2 comments

Can you implement point light shader for NormalMapEffect effect?

pavledev avatar May 27 '23 15:05 pavledev

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?

walbourn avatar Jun 10 '23 18:06 walbourn

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

pavledev avatar Jun 10 '23 22:06 pavledev