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

Configures glow along the limb of a spherical reference Surface. More...

#include <a3d/visual/Atmosphere.h>

Public Attributes

Color color {}
 Limb-glow color. More...
 
float intensity {1.0f}
 Limb-glow intensity; must be non-negative. More...
 

Detailed Description

Configures glow along the limb of a spherical reference Surface.

Definition at line 33 of file Atmosphere.h.

Member Data Documentation

◆ color

Color a3d::Atmosphere::LimbGlow::color {}

Limb-glow color.

Definition at line 37 of file Atmosphere.h.

◆ intensity

float a3d::Atmosphere::LimbGlow::intensity {1.0f}

Limb-glow intensity; must be non-negative.

Definition at line 38 of file Atmosphere.h.


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