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