crystalspace.jbind.impl.video.txtmgr
Class csRendererLightmap
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.video.txtmgr.csRendererLightmap
- All Implemented Interfaces:
- iBase, iPointer, iRendererLightmap
- public class csRendererLightmap
- extends csBase
- implements iRendererLightmap
- Author:
- Quentin Anciaux
Method Summary |
java.lang.String |
getName()
Return the name of the interface |
int[] |
getSLMCoords()
Retrieve the coordinates of this lightmap in the superlightmap, in the
'absolute' system used by iSuperLightmap::RegisterLightmap(). |
int |
getVersion()
Return the version of the interface |
protected boolean |
isNativePointerValidSafe(long pointer)
|
void |
setData(csRGBpixel[] data)
Set the image data of this lightmap. |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csRendererLightmap
public csRendererLightmap(iPointer nPointer)
- Parameters:
nPointer
-
getVersion
public int getVersion()
- Description copied from interface:
iBase
- Return the version of the interface
- Specified by:
getVersion
in interface iBase
- Specified by:
getVersion
in class csBase
- See Also:
iBase.getVersion()
getName
public java.lang.String getName()
- Description copied from interface:
iBase
- Return the name of the interface
- Specified by:
getName
in interface iBase
- Specified by:
getName
in class csBase
- See Also:
iBase.getName()
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
isNativePointerValidSafe
in class csNativeObject
- See Also:
csNativeObject.isNativePointerValidSafe(long)
getSLMCoords
public int[] getSLMCoords()
- Description copied from interface:
iRendererLightmap
- Retrieve the coordinates of this lightmap in the superlightmap, in the
'absolute' system used by iSuperLightmap::RegisterLightmap().
- Specified by:
getSLMCoords
in interface iRendererLightmap
- Returns:
- See Also:
iRendererLightmap.getSLMCoords()
setData
public void setData(csRGBpixel[] data)
- Description copied from interface:
iRendererLightmap
- Set the image data of this lightmap.
- Specified by:
setData
in interface iRendererLightmap
- See Also:
iRendererLightmap.setData(crystalspace.jbind.impl.csgfx.rgbpixel.csRGBpixel[])