forked from LeenkxTeam/LNXSDK
Scene Gamma / Exposure
This commit is contained in:
@ -267,6 +267,8 @@ def build():
|
||||
wrd.compo_defs += '_CSharpen'
|
||||
if lnx.utils.get_active_scene().view_settings.exposure != 0.0:
|
||||
wrd.compo_defs += '_CExposure'
|
||||
if lnx.utils.get_active_scene().view_settings.gamma != 1.0:
|
||||
wrd.compo_defs += '_CGamma'
|
||||
if rpdat.lnx_fog:
|
||||
wrd.compo_defs += '_CFog'
|
||||
compo_depth = True
|
||||
|
||||
Reference in New Issue
Block a user