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.
 
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe
 
Methods inherited from interface crystalspace.jbind.interfaces.iPointer
changePointer, getPointer, isMemoryOwner, setMemoryOwner
 

Method Detail

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.