initial impl of get image set
This commit is contained in:
@@ -52,7 +52,7 @@ void main() {
|
||||
|
||||
ivec3 m = max(max(max(d0, d1), d2), d3);
|
||||
|
||||
if ((m.x + m.y + m.z) > 975){
|
||||
if ((m.x + m.y + m.z) > 200){
|
||||
p.x = 0;
|
||||
p.y = 0;
|
||||
p.z = 255;
|
||||
|
||||
Reference in New Issue
Block a user