MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetBrightness

Method SetBrightness

engine/Poseidon/Graphics/Core/Engine.hpp:400–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 void LoadConfig();
399
400 virtual void SetBrightness(float v) { _usrBrightness = v; }
401 virtual float GetBrightness() const { return _usrBrightness; }
402
403 // MSAA alpha-to-coverage on cutout (alpha-test) draws — grades

Callers 11

RenderSceneMethod · 0.45
CreateLightMethod · 0.45
SimulateMethod · 0.45
SimulateMethod · 0.45
SimulateMethod · 0.45
EntityAIMethod · 0.45
OnSliderPosChangedMethod · 0.45
OnButtonClickedMethod · 0.45
OnDrawMethod · 0.45
TriSetBrightnessFunction · 0.45

Calls

no outgoing calls

Tested by 1

TriSetBrightnessFunction · 0.36