CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

G3DFogInfo Class Reference
[3D]

Extra information for vertex fogging. More...

#include <graph3d.h>

List of all members.

Public Attributes

float r
 Color. More...

float g
 Color. More...

float b
 Color. More...

float intensity
 Intensity (== density * thickness). More...


Detailed Description

Extra information for vertex fogging.

Definition at line 358 of file graph3d.h.


Member Data Documentation

float G3DFogInfo::b
 

Color.

Definition at line 362 of file graph3d.h.

float G3DFogInfo::g
 

Color.

Definition at line 362 of file graph3d.h.

float G3DFogInfo::intensity
 

Intensity (== density * thickness).

The second intensity value is always 0 and is put there to make it easier for 3D implementations to just use the two values below as a coordinate in a texture of 64*1.

Definition at line 369 of file graph3d.h.

float G3DFogInfo::r
 

Color.

Definition at line 362 of file graph3d.h.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14