#include <radiosty.h>
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. |
The float version of csRGBMap Helps radiosity.