We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0412b commit 596a065Copy full SHA for 596a065
1 file changed
exampleFunction3d.html
@@ -39,7 +39,7 @@
39
drawGrid(config);
40
window.draw3dFunctionWithGradient = function(gradientIndex) {
41
console.log("draw3dFunctionWithGradient", gradientIndex);
42
- const gv = getGradientVector(gradientIndex, 512);
+ const gv = getGradientVector(gradientIndex, 4096);
43
draw3dFunction(configF3, -3.5, 3.5, 0.9, gv, func3);
44
};
45
window.draw3dFunctionWithGradient(0);
0 commit comments