Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csRGBFloatLightMap Class Reference

A small class encapsulating an RGB lightmap. More...

#include <radiosty.h>

List of all members.

Public Methods

void Clear ()
 csRGBFloatLightMap ()
 ~csRGBFloatLightMap ()
int GetMaxSize ()
void SetMaxSize (int s)
float* GetMap () const
 Get data.

float* GetRed () const
 Get red map.

float* GetGreen () const
 Get green map.

float* GetBlue () const
 Get blue map.

void SetMap (float *m)
 Set color maps.

void Alloc (int size)
void Copy (csRGBFloatLightMap &other, int size)
 copy from floatmap.

void Copy (csRGBMap &other, int size)
 copy from bytemap.

void CopyTo (csRGBMap &other, int size)
 copy to bytemap.


Detailed Description

A small class encapsulating an RGB lightmap.

The float version of csRGBMap Helps radiosity.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000