mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 13:39:18 +02:00
expose dynamic reflmap resolution in config.manul
This commit is contained in:
@@ -13,6 +13,7 @@ void MaConfig::Init(const YAML::Node& node) {
|
||||
m_lighting.Init(node["lighting"]);
|
||||
m_weight_lines = node["wire_diameter_lines"].as<float>(.01f);
|
||||
m_weight_tractions = node["wire_diameter_tractions"].as<float>(.005f);
|
||||
m_envmap_resolution = node["envmap_resolution"].as<int>(256);
|
||||
}
|
||||
|
||||
void MaConfig::MaConfigDisplay::Init(const YAML::Node& node) {
|
||||
|
||||
Reference in New Issue
Block a user