TheOverfloater / pathos-public

Public release of Pathos Engine
MIT License
42 stars 10 forks source link

[Not an issue] Suggestion: Flag to disable specular heighlights from dlights #20

Closed valina354 closed 3 months ago

valina354 commented 6 months ago

i have been trying to fake csm with env_dlights and its actually not that bad interms of performance too, however in certain scenarios specularity isnt always wanted while still keeping same material not requring a new one specially for outdoors, i can probably do this myself and send pull request although im not sure how image

TheOverfloater commented 6 months ago

I can add a change for this, basically allowing you to set the specular factor for the individual dynamic light. That is preferable to introducing more branching via new determinators.

valina354 commented 6 months ago

I can add a change for this, basically allowing you to set the specular factor for the individual dynamic light. That is preferable to introducing more branching via new determinators.

that sounds great i guess