Skip to content

Commit

Permalink
cone
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ-Laser committed Jan 11, 2025
1 parent 1ef726f commit 43ec128
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/components/Cones.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,18 @@ export function Cones() {
rotation={new Euler(0, Math.PI / 2, 0, "XYZ")}
/>
<ConeLine
num={6}
position={[5, 0, 10]}
num={9}
position={[50, 0, -6.25]}
rotation={new Euler(0, 0, 0, "XYZ")}
/>
<ConeLine
num={9}
position={[90, 0, -6.25]}
rotation={new Euler(0, 0, 0, "XYZ")}
/>
<ConeLine
num={9}
position={[130, 0, -6.25]}
rotation={new Euler(0, 0, 0, "XYZ")}
/>
</>
Expand Down

0 comments on commit 43ec128

Please sign in to comment.