crystalspace.jbind.impl.engine.viscul
Class csVisibilityCullerListener
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.engine.viscul.csVisibilityCullerListener
- All Implemented Interfaces:
- iBase, iJPointer, iPointer, iVisibilityCullerListener
- public class csVisibilityCullerListener
- extends csBase
- implements iVisibilityCullerListener
- Author:
- Quentin Anciaux
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csVisibilityCullerListener
public csVisibilityCullerListener(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)
objectVisible
public void objectVisible(iVisibilityObject visobject,
iMeshWrapper mesh)
- Description copied from interface:
iVisibilityCullerListener
- This function is called whenever the visibilty culler discovers a new
visible mesh.
- Specified by:
objectVisible
in interface iVisibilityCullerListener
- Parameters:
visobject
- mesh
- - See Also:
iVisibilityCullerListener.objectVisible(crystalspace.jbind.interfaces.iengine.viscul.iVisibilityObject, crystalspace.jbind.interfaces.iengine.mesh.iMeshWrapper)