Struct containing fog properties. More...
#include <BasicComponents.hpp>
Public Attributes | |
| vex::rgb | color = glm::vec3(1.f) |
| float | density = 0.5f |
| float | start = 0.0f |
| float | end = 100.0f |
Struct containing fog properties.
Definition at line 462 of file BasicComponents.hpp.
| vex::rgb vex::FogComponent::color = glm::vec3(1.f) |
Definition at line 463 of file BasicComponents.hpp.
| float vex::FogComponent::density = 0.5f |
Definition at line 464 of file BasicComponents.hpp.
| float vex::FogComponent::end = 100.0f |
Definition at line 466 of file BasicComponents.hpp.
| float vex::FogComponent::start = 0.0f |
Definition at line 465 of file BasicComponents.hpp.