Skip to content

Commit 596a065

Browse files
author
Stefan Fenn
committed
increased levels
1 parent ce0412b commit 596a065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exampleFunction3d.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
drawGrid(config);
4040
window.draw3dFunctionWithGradient = function(gradientIndex) {
4141
console.log("draw3dFunctionWithGradient", gradientIndex);
42-
const gv = getGradientVector(gradientIndex, 512);
42+
const gv = getGradientVector(gradientIndex, 4096);
4343
draw3dFunction(configF3, -3.5, 3.5, 0.9, gv, func3);
4444
};
4545
window.draw3dFunctionWithGradient(0);

0 commit comments

Comments
 (0)