Skip to content

Commit

Permalink
feat: add ceiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Onxi95 committed May 13, 2024
1 parent 57ad531 commit 4d81642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GyroscopeExperience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const GyroscopeExperience = () => {
<CuboidCollider args={[0.5, 30, 10]} position={[10.5, 30, 0]} />
<CuboidCollider args={[10, 30, 0.5]} position={[0, 30, -10.5]} />
<CuboidCollider args={[10, 30, 0.5]} position={[0, 30, 10.5]} />
<CuboidCollider args={[10, 0.5, 10]} position={[0, 60, 0]} />
</RigidBody>
<RigidBody type="fixed" restitution={1} friction={0}>
<mesh receiveShadow position-y={-0.5}>
Expand Down

0 comments on commit 4d81642

Please sign in to comment.