CEnvTonemapController: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Controls HDR tonemapping for all players. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/env_tonemap_controller.cpp /game/server/env_tonemap_controller.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/env_tonemap_controller.cpp /game/server/env_tonemap_controller.cpp]''' |
Latest revision as of 15:07, 9 March 2023
Overview[edit | edit source]
Controls HDR tonemapping for all players.
Source location : /game/server/env_tonemap_controller.cpp
Linked Entity : env_tonemap_controller
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CEnvTonemapController
- CPointEntity
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_bUseCustomAutoExposureMin | Boolean | |
m_bUseCustomAutoExposureMax | Boolean | |
m_bUseCustomBloomScale | Boolean | |
m_flCustomAutoExposureMin | Float | |
m_flCustomAutoExposureMax | Float | |
m_flCustomBloomScale | Float | |
m_flCustomBloomScaleMinimum | Float |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CEnvTonemapControllerUpdateTonemapScaleBlend | ||
InputBlendTonemapScale | ||
InputSetAutoExposureMax | ||
InputSetAutoExposureMin | ||
InputSetBloomScale | ||
InputSetBloomScaleRange | ||
InputSetTonemapRate | ||
InputSetTonemapScale | ||
InputUseDefaultAutoExposure | ||
InputUseDefaultBloomScale | ||
m_bUseCustomAutoExposureMax | ||
m_bUseCustomAutoExposureMin | ||
m_bUseCustomBloomScale | ||
m_flBlendEndTime | ||
m_flBlendStartTime | ||
m_flBlendTonemapEnd | ||
m_flBlendTonemapStart | ||
m_flCustomAutoExposureMax | ||
m_flCustomAutoExposureMin | ||
m_flCustomBloomScale | ||
m_flCustomBloomScaleMinimum |