crystalspace.jbind.interfaces.ivideo.txtmgr
Interface iRendererLightmap
- All Superinterfaces:
- iBase, iPointer
- All Known Implementing Classes:
- csRendererLightmap
- public interface iRendererLightmap
- extends iBase
A lightmap registered with a renderer
- Author:
- Java wrapper - Quentin Anciaux, c++ version -
http://crystal.sourceforge.net/docs/online/pubapi/structiRendererLightmap.php
Method Summary |
int[] |
getSLMCoords()
Retrieve the coordinates of this lightmap in the superlightmap, in the
'absolute' system used by iSuperLightmap::RegisterLightmap(). |
void |
setData(csRGBpixel[] data)
Set the image data of this lightmap. |
getSLMCoords
public int[] getSLMCoords()
- Retrieve the coordinates of this lightmap in the superlightmap, in the
'absolute' system used by iSuperLightmap::RegisterLightmap().
- Returns:
setData
public void setData(csRGBpixel[] data)
- Set the image data of this lightmap.