paint: add translucency opacity mode to material

This commit is contained in:
luboslenco
2026-04-17 16:01:31 +02:00
parent 1fddc03022
commit eb1ebfa92d
14 changed files with 202 additions and 29 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ any_map_t *resource_bundled;
i32 render_path_raytrace_bake_rays_pix = 0;
i32 render_path_raytrace_bake_rays_sec = 0;
i32 render_path_raytrace_bake_current_sample = 0;
bool make_material_opac_used = false;
bool make_material_transluc_used = false;
bool make_material_height_used = false;
bool make_material_emis_used = false;
bool make_material_subs_used = false;