Skip to content

Commit

Permalink
Update advanced-button-events.md
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Earnshaw <[email protected]>
  • Loading branch information
nearnshaw authored Jul 24, 2023
1 parent b960c63 commit 0d87e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Each event in the `commands` array has the following data:
- `origin`: _Vector3_ for the position where the ray originates (relative to the scene)
- `position`: _Vector3_ for the position where the ray intersected with the hit entity (relative to the scene)
- `length`: Length of the ray from its origin to the position where the hit against the entity occurred.
- `normalHit`: _Quaternion_ for the angle of the normal of the hit in world space.
- `normalHit`: _Vector3_ with a normalized direction vector, describing the angle of the normal of the hit in world space.


```ts
Expand Down

0 comments on commit 0d87e67

Please sign in to comment.