Skip to content

Commit 078b093

Browse files
committed
add moar cones (idk)
1 parent 8d8b526 commit 078b093

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/Cones.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ export function Cones() {
8686
position={[0, 0, 23]}
8787
rotation={new Euler(0, 0, 0, "XYZ")}
8888
/>
89+
<ConeTriangle
90+
num={7}
91+
dist={1.5}
92+
position={[15, 0, -23]}
93+
rotation={new Euler(0, Math.PI / 2, 0, "XYZ")}
94+
/>
8995
<ConeLine
9096
num={6}
9197
position={[5, 0, 10]}

0 commit comments

Comments
 (0)