VOX
A little voxel engine
Loading...
Searching...
No Matches
AtmosphereParams Struct Reference

#include <RenderAPI.hpp>

Collaboration diagram for AtmosphereParams:
Collaboration graph

Public Attributes

glm::vec3 sun_direction
 
float earth_radius
 
float atmosphere_radius
 
float player_height
 
float h_rayleigh
 
float h_mie
 
float g
 
float sun_intensity
 
float n_samples
 
float n_light_samples
 
glm::vec3 beta_rayleigh
 
glm::vec3 beta_mie
 

Member Data Documentation

◆ atmosphere_radius

float AtmosphereParams::atmosphere_radius

◆ beta_mie

glm::vec3 AtmosphereParams::beta_mie

◆ beta_rayleigh

glm::vec3 AtmosphereParams::beta_rayleigh

◆ earth_radius

float AtmosphereParams::earth_radius

◆ g

float AtmosphereParams::g

◆ h_mie

float AtmosphereParams::h_mie

◆ h_rayleigh

float AtmosphereParams::h_rayleigh

◆ n_light_samples

float AtmosphereParams::n_light_samples

◆ n_samples

float AtmosphereParams::n_samples

◆ player_height

float AtmosphereParams::player_height

◆ sun_direction

glm::vec3 AtmosphereParams::sun_direction

◆ sun_intensity

float AtmosphereParams::sun_intensity

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