v18.scene.Scene.Fog¶
Warning
This class is autogenerated. More detailed documentation can be found in the SDFormat spec.
- class v18.scene.Scene.Fog(color='1 1 1 1', type='none', start=1.0, end=100.0, density=1.0)¶
Controls fog.
- Parameters
- color: Fog color
- type: Fog type: constant, linear, quadratic
- start: Distance to start of fog
- end: Distance to end of fog
- density: Density of fog