File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source_code: src/components/rotation.js
77examples : []
88---
99
10- The rotation component defines the orientation of an entity. It takes the roll
10+ The rotation component defines the orientation of an entity. It takes the pitch
1111(` x ` ), yaw (` y ` ), and roll (` z ` ) as three space-delimited numbers indicating
1212degrees of rotation.
1313
@@ -27,9 +27,9 @@ rotation.
2727
2828| Axis | Description | Default Value
2929| ------| -----------------------------------| ---------------|
30- | x | Roll , rotation about the X-axis. | 0 |
31- | y | Pitch , rotation about the Y-axis. | 0 |
32- | z | Yaw , rotation about the Z-axis. | 0 |
30+ | x | Pitch , rotation about the X-axis. | 0 |
31+ | y | Yaw , rotation about the Y-axis. | 0 |
32+ | z | Roll , rotation about the Z-axis. | 0 |
3333
3434## Relative Rotation
3535
You can’t perform that action at this time.
0 commit comments