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