Skip to content

Commit 7656e65

Browse files
Move note to more appropriate location in holdable docs
1 parent 0dc0170 commit 7656e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/holdable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Add the `holdable` component to an entity you'd like to make grabbable, such as
3737

3838
- Left-hand interactions are mirrored - position and rotation offsets are automatically flipped when grabbing with the left hand.
3939
- Using "0 0 0" for position or rotation will indicate no custom position or rotation. For rotation, this means the rotation will be the same as the object's original rotation when grabbed.
40+
- If using a custom rotation and position, just know that rotation pivots around the controller, not the model's center. It's easiest to set the custom rotation before position.
4041

4142
## Behavior & Features
4243

@@ -54,7 +55,6 @@ Add the `holdable` component to an entity you'd like to make grabbable, such as
5455

5556
- You don't need to manually add the intersection class (`.interactable`) - `holdable` adds it automatically.
5657
- 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.
57-
- If using a custom rotation and position, just know that rotation pivots around the controller, not the model's center. It's easiest to set the custom rotation before position.
5858

5959
## Advanced Usage
6060

0 commit comments

Comments
 (0)