microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 506 forks source link

Point Light Shader #388

Open pavledev opened 1 year ago

pavledev commented 1 year ago

Can you implement point light shader for NormalMapEffect effect?

walbourn commented 1 year ago

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?

pavledev commented 1 year ago

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