Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
752
void ColorSetting::SetIntensity(float newIntensity)
753
{
754
if(hdr)
755
{
756
intensity.SetValue(newIntensity);
757
Update(Float4x4());
758
}
759
}
760
761
void ColorSetting::SetIntensityVisible(bool visible_)
762
{
Callers
nothing calls this directly
Calls
3
Update
Function · 0.85
Float4x4
Class · 0.85
SetValue
Method · 0.45
Tested by
no test coverage detected