Skip to content

Commit

Permalink
Removed f from sample settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus authored Sep 1, 2017
1 parent 0b41221 commit 2cb48dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The file is in usual [json format](https://en.wikipedia.org/wiki/JSON). On first
## Available Settings and Their Defaults
Below are complete list of settings available along with their default values. If any of the settings is missing from json file, then below default value is assumed.

** You do not need to copy beliw in your settings.json. ** In fact, we stronly recommand leaving out any settings that you want with default values from settings.json.
** You do not need to copy below in your settings.json. ** In fact, we stronly recommand leaving out any settings that you want with default values from settings.json.

````
{
Expand All @@ -36,10 +36,10 @@ Below are complete list of settings available along with their default values. I
"FOV_Degrees": 90,
"AutoExposureSpeed": 100,
"AutoExposureBias": 0,
"AutoExposureMaxBrightness": 0.64f,
"AutoExposureMinBrightness": 0.03f,
"AutoExposureMaxBrightness": 0.64,
"AutoExposureMinBrightness": 0.03,
"MotionBlurAmount": 0,
"TargetGamma": 1.0f
"TargetGamma": 1.0
}
],
"SubWindows": [
Expand Down

0 comments on commit 2cb48dc

Please sign in to comment.