Package zombie.core.skinnedmodel.model
Class VertexBufferObject
java.lang.Object
zombie.core.skinnedmodel.model.VertexBufferObject
public class VertexBufferObject
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VertexBufferObject.BeginMode
class
VertexBufferObject.Vbo
class
VertexBufferObject.VertexStride
static class
VertexBufferObject.VertexType
-
Field Summary
Fields Modifier and Type Field Description boolean
bStatic
static IGLBufferObject
funcs
-
Constructor Summary
Constructors Constructor Description VertexBufferObject(VertexPositionNormalTangentTexture[] vertexPositionNormalTangentTextureArray, int[] intArray)
VertexBufferObject(zombie.core.skinnedmodel.model.VertexPositionNormalTangentTextureSkin[] vertexPositionNormalTangentTextureSkinArray, int[] intArray)
-
Method Summary
Modifier and Type Method Description void
Draw(Shader shader)
void
SetFaceDataOnly()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
funcs
-
bStatic
public boolean bStatic
-
-
Constructor Details
-
VertexBufferObject
public VertexBufferObject(zombie.core.skinnedmodel.model.VertexPositionNormalTangentTextureSkin[] vertexPositionNormalTangentTextureSkinArray, int[] intArray) -
VertexBufferObject
public VertexBufferObject(VertexPositionNormalTangentTexture[] vertexPositionNormalTangentTextureArray, int[] intArray)
-
-
Method Details
-
SetFaceDataOnly
public void SetFaceDataOnly() -
Draw
-