Adjust color

This commit is contained in:
luboslenco
2018-05-03 22:31:43 +02:00
parent a280e29b1c
commit 02fbf7951d
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -469,7 +469,7 @@ class UITrait extends iron.Trait {
g.end();
layers[0].texpaint.g4.begin();
layers[0].texpaint.g4.clear(kha.Color.fromFloats(0.3, 0.3, 0.3, 1.0)); // Base
layers[0].texpaint.g4.clear(kha.Color.fromFloats(0.5, 0.5, 0.5, 1.0)); // Base
layers[0].texpaint.g4.end();
layers[0].texpaint_nor.g4.begin();
@@ -477,7 +477,7 @@ class UITrait extends iron.Trait {
layers[0].texpaint_nor.g4.end();
layers[0].texpaint_pack.g4.begin();
layers[0].texpaint_pack.g4.clear(kha.Color.fromFloats(1.0, 0.3, 0.0, 1.0)); // Occ, rough, met
layers[0].texpaint_pack.g4.clear(kha.Color.fromFloats(1.0, 0.4, 0.0, 1.0)); // Occ, rough, met
layers[0].texpaint_pack.g4.end();
// layers[0].texpaint_opt.g4.begin();
BIN
View File
Binary file not shown.