Skip to content

Commit

Permalink
add physics example video
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jul 16, 2024
1 parent 39ac127 commit 6dd76b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/guides/PHYSICS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ sidebar_label: Physics
slug: /guides/physics
---

import useBaseUrl from '@docusaurus/useBaseUrl'

# Physics API

:::warning
Expand All @@ -17,6 +19,12 @@ So it can help to familiarize with their documentation first:
- [Bullet_User_Manual.pdf](https://github.com/bulletphysics/bullet3/blob/master/docs/Bullet_User_Manual.pdf)
:::

<div class="image-container">
<svg xmlns="http://www.w3.org/2000/svg" width="283" height="535">
<image href={useBaseUrl("img/demo-coins_physics.gif")} x="18" y="33" width="247" height="469" />
<image href={useBaseUrl("img/frame.png")} width="283" height="535" />
</svg>
</div>

Hooks:

Expand Down
Binary file added docs/static/img/demo-coins_physics.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6dd76b7

Please sign in to comment.