|
DIE Engine
|
#include <env.h>
Public Member Functions | |
| Env () | |
| void | init () |
| Set the default sun & fog properties. | |
| void | terminate () |
| Release the environment resources. | |
| void | pass () |
| Push the environment properties to the renderer. | |
Public Attributes | |
| Sun | sun |
| Fog | fog |
| Env::Env | ( | ) |
DIE ENGINE Depth Integration Engine / A modern ray-caster (c) Fred's Lab 2024-2026 Frédéric Meslin / info@.nosp@m.fred.nosp@m.slab..nosp@m.net SPDX-License-Identifier: MIT If used commercially, contributions, donations are highly appreciated.
environment properties
| void Env::init | ( | ) |
Set the default sun & fog properties.
| void Env::pass | ( | ) |
Push the environment properties to the renderer.
| void Env::terminate | ( | ) |
Release the environment resources.
| Fog Env::fog |
| Sun Env::sun |