Pular para o conteúdo principal

Class: Vector3Buffer

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

Members

SignatureDescription
Vector3Buffer(NativeFloatBuffer)Creates a new instance of Vector3Buffer.
Vector3Buffer(int)Creates a new instance of Vector3Buffer.
array()Performs the array operation.
capacity()Performs the capacity operation.
copy()Returns a copy of this Vector3Buffer 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.