Changes
Page history
Update DisplayOptions
authored
Mar 15, 2025
by
Ghmmy
Hide whitespace changes
Inline
Side-by-side
Mobs/DisplayOptions.md
View page @
34b0a319
...
@@ -160,7 +160,7 @@ cool_display:
...
@@ -160,7 +160,7 @@ cool_display:
#### LeftRotation
#### LeftRotation
Set the left rotation using
[
quaternions
](
https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation
)
if 4 values are provided (x,y,z,w).
Set the left rotation using
[
quaternions
](
https://en.wikipedia.org/wiki/Quaternions_and_spatial_rotation
)
if 4 values are provided (x,y,z,w).
Uses eul
a
r if 3 are provided (x,y,z).
Uses eul
e
r if 3 are provided (x,y,z).
Defaults to
`0,0,0,1`
(no rotation).
Defaults to
`0,0,0,1`
(no rotation).
**Format**
: x,y,z,w
**Format**
: x,y,z,w
```
yml
```
yml
...
...
...
...