Skip to content

Commit

Permalink
fix physics urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jul 16, 2024
1 parent 50362d5 commit 9448f3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs/guides/PHYSICS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Hooks:

The hooks should be used whenever possible.

- [`useWorld`](../package/src/bullet/hooks/useWorld.ts)
- [`useRigidBody`](../package/src/bullet/hooks/useRigidBody.ts)
- [`useCylinderShape`](../package/src/bullet/hooks/useCylinderShape.ts)
- [`useBoxShape`](../package/src/bullet/hooks/useBoxShape.ts)
- [`useSphereShape`](../package/src/bullet/hooks/useSphereShape.ts)
- [`useStaticPlaneShape`](../package/src/bullet/hooks/useStaticPlaneShape.ts)
- [`useWorld`](../api/functions/useWorld)
- [`useRigidBody`](../api/functions/useRigidBody)
- [`useCylinderShape`](../api/functions/useCylinderShape)
- [`useBoxShape`](../api/functions/useBoxShape)
- [`useSphereShape`](../api/functions/useSphereShape)
- [`useStaticPlaneShape`](../api/functions/useStaticPlaneShape)


**Example:**
Expand Down

0 comments on commit 9448f3a

Please sign in to comment.