Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ Intensity
Method
Intensity
SampleFramework11/v1.02/Settings.cpp:530–536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
}
529
530
float ColorSetting::Intensity() const
531
{
532
if(hdr)
533
return intensity.Value();
534
else
535
return 1.0f;
536
}
537
538
void ColorSetting::SetIntensity(float newIntensity)
539
{
Callers
1
UpdateAreaLightUnits
Function · 0.80
Calls
1
Value
Method · 0.80
Tested by
no test coverage detected