Inventory UI: items page button

This commit is contained in:
minjaesong
2017-07-17 14:37:10 +09:00
parent 2423c7540b
commit a3d7e42a22
4 changed files with 15 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ uniform vec3 bottomColor;
// "steps" of R, G and B. Must be integer && equal or greater than 2
uniform float rcount = 64.0; // it even works on 256.0!
uniform float gcount = 64.0; // using 128: has less banding and most monitors are internally 6-bit
uniform float gcount = 64.0; // using 64: has less banding and most monitors are internally 6-bit
uniform float bcount = 64.0;