Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ loadWeatherMixFactor
Method
loadWeatherMixFactor
src/Shaders/SkydomeShader.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void SkydomeShader::loadWeatherMixFactor(float weatherMixFactor) {
81
loadFloat(weatherLocation, weatherMixFactor);
82
}
83
84
void SkydomeShader::loadTime(float time) {
85
loadFloat(timeLocation, time);
Callers
1
renderSky
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected