Fix issues

This commit is contained in:
schmelczerandras 2020-11-04 18:54:57 +01:00
parent 99cdb62928
commit b774357807
11 changed files with 35 additions and 60 deletions

View file

@ -75,7 +75,7 @@ export class BlobShape extends Drawable {
color: 'blobColors',
},
uniformCountMacroName: 'BLOB_COUNT',
shaderCombinationSteps: [],
shaderCombinationSteps: [0, 1, 2, 8],
empty: new BlobShape(0),
};