35 lines
833 B
YAML
35 lines
833 B
YAML
|
|
- section: River
|
||
|
|
items:
|
||
|
|
- key: flow
|
||
|
|
label: Flow Regime
|
||
|
|
options: [Turbulent, Laminar, Uncertain]
|
||
|
|
default: Laminar
|
||
|
|
- key: shadows
|
||
|
|
label: Strong Shadows
|
||
|
|
options: [Yes, No, Uncertain]
|
||
|
|
default: No
|
||
|
|
- key: artifacts
|
||
|
|
label: Artifacts on River
|
||
|
|
options: [Yes, No, Uncertain]
|
||
|
|
default: No
|
||
|
|
- section: Scene
|
||
|
|
items:
|
||
|
|
- key: lighting
|
||
|
|
label: Lighting
|
||
|
|
options: [Day, Night, Uncertain]
|
||
|
|
default: Day
|
||
|
|
- key: exposure
|
||
|
|
label: Exposure
|
||
|
|
options: [Overexposed, Underexposed, Both, Normal, Uncertain]
|
||
|
|
default: Normal
|
||
|
|
- section: Weather
|
||
|
|
items:
|
||
|
|
- key: snowing
|
||
|
|
label: Snowing
|
||
|
|
options: [Yes, No, Uncertain]
|
||
|
|
default: No
|
||
|
|
- key: snow_on_ground
|
||
|
|
label: Snow on Ground
|
||
|
|
options: [Yes, No, Uncertain]
|
||
|
|
default: No
|