]>
Commit | Line | Data |
---|---|---|
0c7f0571 RBR |
1 | # Euler Angle Component for Serpentity |
2 | ||
3 | This is a component for [serpentity][serpentity], it holds the following values: | |
4 | ||
5 | ``` | |
6 | -pitch <Number> // the rotation on the x axis | |
7 | -yaw <Number> // the rotation on the y axis | |
8 | -roll <Number> // the rotation on the z axis | |
9 | ``` | |
10 | ||
11 | [serpentity]: https://git.sr.ht/~rbdr/serpentity-lib |