SgtVolumeManager

This component must be added to your scene if you want to render volumetric effects like SgtSky or SgtCloud.

Downscale

This allows you to specify how the width/height of the volumetric effects are divided. For example, a value of 1 means no downscaling, and 5 means 1/5 width and height or 1/25 of the total pixels.

Smooth

This allows you to apply a smoothing pass to the clouds.

Box5x5 = Aggressive smoothing that can look good up close, but not recommended for distant effects.

Bicubic = Retains most detail and provides some smoothing.

Last updated