We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b0b42 commit b09bde1Copy full SHA for b09bde1
glsl/bindings.js
@@ -4,7 +4,7 @@
4
export const geometryFunctions = {
5
sphere: { args: [1] },
6
line: { args: [3,3,1] },
7
- cone: { args: [1,1] },
+ cone: { args: [2] },
8
roundCone: { args: [3,3,1,1] },
9
plane: { args: [1,1,1,1] },
10
};
0 commit comments