Avara3D 0.2.0
C++ API reference
a3d::Atmosphere::Haze Struct Reference

Configures atmospheric haze. More...

#include <a3d/visual/Atmosphere.h>

Public Attributes

Color color {}
 Haze color. More...
 
float density {0.02f}
 Haze density; must be non-negative. More...
 

Detailed Description

Configures atmospheric haze.

Definition at line 24 of file Atmosphere.h.

Member Data Documentation

◆ color

Color a3d::Atmosphere::Haze::color {}

Haze color.

Definition at line 28 of file Atmosphere.h.

◆ density

float a3d::Atmosphere::Haze::density {0.02f}

Haze density; must be non-negative.

Definition at line 29 of file Atmosphere.h.


The documentation for this struct was generated from the following file: