Antkeeper  0.0.1
Public Attributes | List of all members
blackbody_component Struct Reference

Blackbody radiator. More...

#include <blackbody-component.hpp>

Public Attributes

double temperature {}
 Effective temperature, in Kelvin. More...
 
double luminance {}
 Luminance of the blackbody. More...
 
math::dvec3 color {}
 Color of the blackbody. More...
 

Detailed Description

Blackbody radiator.

Definition at line 26 of file blackbody-component.hpp.

Member Data Documentation

◆ color

math::dvec3 blackbody_component::color {}

Color of the blackbody.

Definition at line 35 of file blackbody-component.hpp.

◆ luminance

double blackbody_component::luminance {}

Luminance of the blackbody.

Definition at line 32 of file blackbody-component.hpp.

◆ temperature

double blackbody_component::temperature {}

Effective temperature, in Kelvin.

Definition at line 29 of file blackbody-component.hpp.


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