MCPcopy 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
530float ColorSetting::Intensity() const
531{
532 if(hdr)
533 return intensity.Value();
534 else
535 return 1.0f;
536}
537
538void ColorSetting::SetIntensity(float newIntensity)
539{

Callers 1

UpdateAreaLightUnitsFunction · 0.80

Calls 1

ValueMethod · 0.80

Tested by

no test coverage detected