fix: trailing spaces and markdown good practices

This commit is contained in:
Gabriele Musco 2024-04-16 07:34:07 +02:00
parent 13360a21f0
commit ccad3211cd
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
7 changed files with 24 additions and 14 deletions

View file

@ -78,12 +78,11 @@ mode = "Stereo"
## possible values:
## (a smaller viewing range here means things too close to you will give you double vision).
##
## - "FromCamera": in this mode, we assume your eyes are at the cameras' physical location. this mode
## - "FromCamera": in this mode, we assume your eyes are at the cameras' physical location. this mode
## has larger viewing range, but everything will look smaller to you.
## - "FromEye": in this mode, we assume your cameras are at your eyes' physical location. everything will
## have the right scale in this mode, but the viewing range is smaller.
##
## only available if mode is "Stereo"
projection_mode = "FromEye"
```