![]() |
Public API Reference |
#include <txtmgr.h>
Inheritance diagram for iRendererLightmap:
Public Methods | |
virtual void | GetRendererCoords (float &lm_u1, float &lm_v1, float &lm_u2, float &lm_v2)=0 |
Retrieve the coordinates of this lightmap in the superlightmap, in a system the renderer uses internally. More... | |
virtual void | GetSLMCoords (int &left, int &top, int &width, int &height)=0 |
Retrieve the coordinates of this lightmap in the superlightmap, in the 'absolute' system used by iSuperLightmap::RegisterLightmap(). More... | |
virtual void | SetData (csRGBpixel *data)=0 |
Set the image data of this lightmap. More... |
Definition at line 92 of file txtmgr.h.
|
Retrieve the coordinates of this lightmap in the superlightmap, in a system the renderer uses internally. Calculate lightmap U/Vs within this bounds when they are intended to be passed to the renderer. |
|
Retrieve the coordinates of this lightmap in the superlightmap, in the 'absolute' system used by iSuperLightmap::RegisterLightmap().
|
|
Set the image data of this lightmap.
|