Pular para o conteúdo principal

Class: ShortVector3Buffer

This page documents the methods and fields available in the ShortVector3Buffer class.

Members

SignatureDescription
ShortVector3Buffer(NativeShortBuffer)Creates a new instance of ShortVector3Buffer.
ShortVector3Buffer(int)Creates a new instance of ShortVector3Buffer.
array()Performs the array operation.
capacity()Performs the capacity operation.
copy()Returns a copy of this ShortVector3Buffer instance.
get(int)Returns the current value.
getFloatBuffer()Returns the current float buffer.
getPosition()Returns the current position.
getX(int)Returns the current x.
getY(int)Returns the current y.
getZ(int)Returns the current z.
isVboEnabled()Returns whether vbo enabled is true.
position(int)Performs the position operation using the provided parameters (idx).
put(Vector3)Sets or updates the the value.
put(float, float, float)Sets or updates the the value.
set(int, Vector3)Sets or updates the the value.
set(int, float, float, float)Sets or updates the the value.
setPosition(int)Sets or updates the position.
setVboEnabled(boolean)Sets or updates the vbo enabled.