Package zombie.core.skinnedmodel.model
Class VertexBufferObject.VertexArray
java.lang.Object
zombie.core.skinnedmodel.model.VertexBufferObject.VertexArray
- Enclosing class:
- VertexBufferObject
public static final class VertexBufferObject.VertexArray
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.nio.ByteBuffer
m_buffer
VertexBufferObject.VertexFormat
m_format
int
m_numVertices
-
Constructor Summary
Constructors Constructor Description VertexArray(VertexBufferObject.VertexFormat vertexFormat, int int1)
-
Method Summary
Modifier and Type Method Description void
setElement(int int1, int int2, float float1, float float2)
void
setElement(int int1, int int2, float float1, float float2, float float3)
void
setElement(int int1, int int2, float float1, float float2, float float3, float float4)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_format
-
m_numVertices
public final int m_numVertices -
m_buffer
public final java.nio.ByteBuffer m_buffer
-
-
Constructor Details
-
VertexArray
-
-
Method Details
-
setElement
public void setElement(int int1, int int2, float float1, float float2) -
setElement
public void setElement(int int1, int int2, float float1, float float2, float float3) -
setElement
public void setElement(int int1, int int2, float float1, float float2, float float3, float float4)
-