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.

float g
 Color.

float b
 Color.

float intensity
 Intensity (== density * thickness).


Detailed Description

Extra information for vertex fogging.

Definition at line 391 of file graph3d.h.


Member Data Documentation

float G3DFogInfo::b
 

Color.

Definition at line 395 of file graph3d.h.

float G3DFogInfo::g
 

Color.

Definition at line 395 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 402 of file graph3d.h.

float G3DFogInfo::r
 

Color.

Definition at line 395 of file graph3d.h.


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