initial impl of get image set

This commit is contained in:
2019-07-28 00:29:52 -07:00
parent 77ccd415d0
commit 982e2ad517
3 changed files with 35 additions and 15 deletions

View File

@@ -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;