MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetIntensity

Method SetIntensity

SampleFramework12/v1.00/Settings.cpp:752–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752void ColorSetting::SetIntensity(float newIntensity)
753{
754 if(hdr)
755 {
756 intensity.SetValue(newIntensity);
757 Update(Float4x4());
758 }
759}
760
761void ColorSetting::SetIntensityVisible(bool visible_)
762{

Callers

nothing calls this directly

Calls 3

UpdateFunction · 0.85
Float4x4Class · 0.85
SetValueMethod · 0.45

Tested by

no test coverage detected