|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.cstool.rendermeshlist.csRenderMeshList
This class is used when we need to store, sort and then render a list of rendermeshes.
Field Summary |
Fields inherited from class crystalspace.jbind.impl.csNativeObject |
ImplFactory, nPointer |
Constructor Summary | |
csRenderMeshList(iObjectRegistry objreg)
Constructor. |
|
csRenderMeshList(iPointer nPointer)
|
Method Summary | |
void |
addRenderMeshes(csRenderMeshArray meshes,
long renderPriority,
int z_buf_mode)
Add a new set of rendermeshes to the lists. |
void |
empty()
Empty the meshlist. |
void |
getSortedMeshes(csRenderMeshArray meshes)
After sorting the meshes fetch them with this function. |
protected boolean |
isNativePointerValidSafe(long pointer)
|
protected void |
nDelete(long pointer)
|
int |
sortMeshLists()
Sort the list of meshes by render priority and within every render priority. |
Methods inherited from class crystalspace.jbind.impl.csNativeObject |
changePointer, equals, finalize, getPointer, getPointer, getPointerArray, hashCode, isMemoryOwner, isNativePointerValid, newNativeObject, setMemoryOwner, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public csRenderMeshList(iPointer nPointer)
nPointer
- public csRenderMeshList(iObjectRegistry objreg)
objreg
- Method Detail |
protected void nDelete(long pointer)
nDelete
in class csNativeObject
csNativeObject.nDelete(long)
protected boolean isNativePointerValidSafe(long pointer)
isNativePointerValidSafe
in class csNativeObject
crystalspace.jbind.impl.csNativeObject#isNativePointerValidSafe()
public void addRenderMeshes(csRenderMeshArray meshes, long renderPriority, int z_buf_mode)
meshes
- renderPriority
- z_buf_mode
- public void empty()
public void getSortedMeshes(csRenderMeshArray meshes)
meshes
- public int sortMeshLists()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |