le3d - LightEngine 3D
A straightforward C++ 3D software engine for real-time graphics
Public Member Functions | Public Attributes | List of all members
LeFog Struct Reference

Represent a quadratic fog. More...

#include <trilist.h>

Public Member Functions

 LeFog ()
 

Public Attributes

LeColor color
 
float near
 
float far
 

Detailed Description

Represent a quadratic fog.

Constructor & Destructor Documentation

LeFog::LeFog ( )
inline

Member Data Documentation

LeColor LeFog::color

fog basic color

float LeFog::far

fog end distance

float LeFog::near

fog start distance


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