Skip to content

Commit d5f5bca

Browse files
Add limitation to README.md of holdable
1 parent 41ceb61 commit d5f5bca

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/holdable/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Add the `holdable` component to an entity you'd like to make grabbable, such as
4949

5050
## Additional Notes
5151

52-
- You don't need to manually add the intersection class (`.interactable`)`holdable` adds it automatically.
52+
- You don't need to manually add the intersection class (`.interactable`) - `holdable` adds it automatically.
5353
- It's recommended to use the `post-model-load-refresh` component (part of `mss-aframe-kit`) if working with GLTF models to ensure raycasters and physics bodies are refreshed post-load.
5454

5555
## Advanced Usage
@@ -62,7 +62,8 @@ Add the `holdable` component to an entity you'd like to make grabbable, such as
6262
## Limitations
6363

6464
- **No Two-Hand Support:** Only one controller can hold an object at a time.
65-
- **Ammo.js Support is Broken:** Collisions do not behave correctly after releasing an object with Ammo.js physics enabled.
65+
- **Ammo.js Support is Incomplete:** Collisions do not behave correctly after releasing an object with Ammo.js physics enabled.
66+
- **No Physics While Held**: Held objects are removed from the physics simulation, so they cannot collide with or affect other dynamic objects while being held.
6667

6768
---
6869

0 commit comments

Comments
 (0)