Skip to content

Commit

Permalink
docs: update physics info
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0310 committed May 10, 2024
1 parent f3915d6 commit 9c95dac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/0-quick-start/4-physics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ const mmdRuntime = new MmdRuntime(scene, new MmdPhysics(scene));
```

:::info
MMD Physics not work properly for most models yet. It will be improved in the future.
`MmdPhysics` is powered by havok physics, which can lead to much different results than MMD.

For slower, but more MMD-like results, you can use `MmdAmmoPhysics`, which is powered by ammo.js
:::

import ReactPlayer from "react-player";
Expand Down

0 comments on commit 9c95dac

Please sign in to comment.