Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ SetValue
Method
SetValue
SampleFramework11/v1.02/Settings.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
void FloatSetting::SetValue(float newVal)
208
{
209
val = Clamp(newVal, minVal, maxVal);
210
}
211
212
FloatSetting::operator float()
213
{
Callers
7
Update
Method · 0.45
SetFocalLengthFromVFOV
Function · 0.45
UpdateHorizontalCoords
Function · 0.45
UpdateUnitVector
Function · 0.45
Update
Function · 0.45
UpdateAreaLightUnits
Function · 0.45
SetIntensity
Method · 0.45
Calls
1
Clamp
Function · 0.85
Tested by
no test coverage detected