mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 210905. vehicle startup logic enhancements, whois event enhancement, line breaker activation type, material shadow rank, shadow rank cutoff value, shadow angle cutoff value, minor bug fixes
This commit is contained in:
@@ -391,6 +391,11 @@ opengl_material::deserialize_mapping( cParser &Input, int const Priority, bool c
|
||||
glossiness = std::stof(value); //m7t: handle exception
|
||||
m_glossiness_priority = Priority;
|
||||
}
|
||||
else if (key == "shadow_rank:")
|
||||
{
|
||||
auto const value { deserialize_random_set( Input ) };
|
||||
shadow_rank = std::stof(value); //m7t: handle exception
|
||||
}
|
||||
else if( key == "size:" ) {
|
||||
Input.getTokens( 2 );
|
||||
Input
|
||||
|
||||
Reference in New Issue
Block a user