Skip to content

Commit b09bde1

Browse files
authored
fix cone params
1 parent b9b0b42 commit b09bde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glsl/bindings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
export const geometryFunctions = {
55
sphere: { args: [1] },
66
line: { args: [3,3,1] },
7-
cone: { args: [1,1] },
7+
cone: { args: [2] },
88
roundCone: { args: [3,3,1,1] },
99
plane: { args: [1,1,1,1] },
1010
};

0 commit comments

Comments
 (0)