PiMaker / ltcgi

Optimized plug-and-play realtime area lighting using the linearly transformed cosine algorithm for Unity/VRChat.
https://ltcgi.dev
Other
438 stars 25 forks source link

Add Local State for toggling LTCGI (Feature Request) #35

Open MrRocketFX opened 4 days ago

MrRocketFX commented 4 days ago

A global toggle is way too intrusive in most cases. A ability to be able to toggle LTCGI per client would be way more useful.

PiMaker commented 4 days ago

per client

This makes me assume you are talking about networking here? LTCGI is entirely local, there is no networking support in any of the base or example code provided.

"Global" on https://ltcgi.dev/Advanced/Udon_Sharp_API#global-settings refers simply to "affects all screens" vs "affects only one screen at a time".