build 190322. support for vehicle load visualization model override, skydome brightness tweaks

This commit is contained in:
tmj-fstate
2019-03-22 15:45:20 +01:00
parent df068534d4
commit faaabf116b
4 changed files with 31 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ bool CSkyDome::SetSunPosition( glm::vec3 const &Direction ) {
void CSkyDome::SetTurbidity( float const Turbidity ) {
m_turbidity = clamp( Turbidity, 1.0f, 512.0f );
m_turbidity = clamp( Turbidity, 1.f, 4.f );
}
void CSkyDome::SetExposure( bool const Linearexposure, float const Expfactor ) {