crystalspace.jbind.interfaces.ivideo.vbufmgr
Interface iVertexBuffer

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

public interface iVertexBuffer
extends iBase

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

Method Summary
 csBox3 getBoundingBox()
          Get a bounding box for all the vertices.
 csColor[] getColors()
          Get the current array of colors.
 int getPriority()
          Get the priority.
 csVector2[] getTexels()
          Get the current array of texels.
 float[] getUserArray(int index)
          Get all of the current user arrays.
 int getUserArrayComponentCount(int index)
          Get the number of components of one of the current user arrays.
 int getVertexCount()
          Get the number of vertices.
 csVector3[] getVertices()
          Get the current array of vertices.
 boolean isLocked()
          Check if the buffer is locked.
 
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

getBoundingBox

public csBox3 getBoundingBox()
Get a bounding box for all the vertices.

Returns:

getColors

public csColor[] getColors()
Get the current array of colors.

Returns:

getPriority

public int getPriority()
Get the priority.

Returns:

getTexels

public csVector2[] getTexels()
Get the current array of texels.

Returns:

getUserArray

public float[] getUserArray(int index)
Get all of the current user arrays.

Parameters:
index -
Returns:

getUserArrayComponentCount

public int getUserArrayComponentCount(int index)
Get the number of components of one of the current user arrays.

Parameters:
index -
Returns:

getVertexCount

public int getVertexCount()
Get the number of vertices.

Returns:

getVertices

public csVector3[] getVertices()
Get the current array of vertices.

Returns:

isLocked

public boolean isLocked()
Check if the buffer is locked.

Returns: