We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c23ef5 commit 6577a42Copy full SHA for 6577a42
generators/sculpt.js
@@ -487,7 +487,6 @@ export function sculptToGLSL(userProvidedSrc) {
487
`'mix' third argument must be float or match dim of first args`
488
);
489
}
490
- ensureScalar("mix", arg_2);
491
if (typeof arg_1 == "number" || arg_1.type == "float") {
492
arg_0 = tryMakeNum(arg_0);
493
arg_1 = tryMakeNum(arg_1);
0 commit comments