CrystalSpace

Public API Reference

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

csGenerateImageLayer Class Reference

This class is used to store the layers of textures per value. More...

#include <gentrtex.h>

List of all members.

Public Attributes

float value
 the value where this texture should show. More...

csGenerateImageTexturetex
 the texture for this layer. More...

csGenerateImageLayer * next
 next part (ascending in height). More...


Detailed Description

This class is used to store the layers of textures per value.

Used in the Blend class.

Definition at line 101 of file gentrtex.h.


Member Data Documentation

csGenerateImageLayer* csGenerateImageLayer::next
 

next part (ascending in height).

Definition at line 109 of file gentrtex.h.

csGenerateImageTexture* csGenerateImageLayer::tex
 

the texture for this layer.

Definition at line 107 of file gentrtex.h.

float csGenerateImageLayer::value
 

the value where this texture should show.

Definition at line 105 of file gentrtex.h.


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