DIE Engine
Loading...
Searching...
No Matches
Env Class Reference

#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

Constructor & Destructor Documentation

◆ Env()

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

Member Function Documentation

◆ init()

void Env::init ( )

Set the default sun & fog properties.

◆ pass()

void Env::pass ( )

Push the environment properties to the renderer.

◆ terminate()

void Env::terminate ( )

Release the environment resources.

Member Data Documentation

◆ fog

Fog Env::fog

◆ sun

Sun Env::sun

The documentation for this class was generated from the following files: