crystalspace.jbind.interfaces.ivideo.txtmgr
Interface iSuperLightmap

All Superinterfaces:
iBase, iPointer
All Known Implementing Classes:
csSuperLightmap

public interface iSuperLightmap
extends iBase

A super light map.

Author:
Java wrapper - Quentin Anciaux, c++ version - http://crystal.sourceforge.net/docs/online/pubapi/structiSuperLightmap.php

Method Summary
 iImage dump()
          Retrieve an image of the whole SLM (for debugging purposes).
 iRendererLightmap registerLightmap(int left, int top, int width, int height)
          Add a lightmap to this SLM.
 
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

dump

public iImage dump()
Retrieve an image of the whole SLM (for debugging purposes).

Returns:

registerLightmap

public iRendererLightmap registerLightmap(int left,
                                          int top,
                                          int width,
                                          int height)
Add a lightmap to this SLM.

Parameters:
left -
top -
width -
height -
Returns: