16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 04:39:18 +02:00

expose dynamic reflmap resolution in config.manul

This commit is contained in:
WLs50
2025-03-17 16:44:20 +01:00
parent 91a03dbcd4
commit deee34e370
3 changed files with 7 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ struct MaConfig {
float m_min_luminance_ev;
float m_max_luminance_ev;
} m_lighting;
int m_envmap_resolution;
float m_weight_lines;
float m_weight_tractions;
struct MaConfigShadow {