Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ SetIntensity
Method
SetIntensity
SampleFramework11/v1.02/Settings.cpp:538–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
}
537
538
void ColorSetting::SetIntensity(float newIntensity)
539
{
540
if(hdr)
541
{
542
intensity.SetValue(newIntensity);
543
Update();
544
}
545
}
546
547
void ColorSetting::SetIntensityVisible(bool visible)
548
{
Callers
1
UpdateAreaLightUnits
Function · 0.80
Calls
2
Update
Function · 0.85
SetValue
Method · 0.45
Tested by
no test coverage detected