Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::atmospheric_pass_perez::run_params Struct Reference

#include <atmospheric_pass_perez.h>

Public Attributes

math::vec3 light_direction = math::normalize(math::vec3(0.2f, -0.8f, 1.0f))
 
float turbidity = 1.9f
 

Detailed Description

Definition at line 146 of file atmospheric_pass_perez.h.

Member Data Documentation

◆ light_direction

math::vec3 unravel::atmospheric_pass_perez::run_params::light_direction = math::normalize(math::vec3(0.2f, -0.8f, 1.0f))

Definition at line 148 of file atmospheric_pass_perez.h.

◆ turbidity

float unravel::atmospheric_pass_perez::run_params::turbidity = 1.9f

Definition at line 151 of file atmospheric_pass_perez.h.


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