Update DisplayOptions authored by Ghmmy's avatar Ghmmy
...@@ -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 eular if 3 are provided (x,y,z). Uses euler 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
... ...
......