MCPcopy 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
80void SkydomeShader::loadWeatherMixFactor(float weatherMixFactor) {
81 loadFloat(weatherLocation, weatherMixFactor);
82}
83
84void SkydomeShader::loadTime(float time) {
85 loadFloat(timeLocation, time);

Callers 1

renderSkyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected