Package zombie.core.skinnedmodel.model
Class ModelMesh
java.lang.Object
zombie.core.skinnedmodel.model.ModelMesh
public class ModelMesh
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
Texture
-
Constructor Summary
Constructors Constructor Description ModelMesh()
-
Method Summary
Modifier and Type Method Description void
Draw(Shader shader)
void
SetVertexBuffer(VertexBufferObject vertexBufferObject)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Texture
public java.lang.String Texture
-
-
Constructor Details
-
ModelMesh
public ModelMesh()
-
-
Method Details
-
SetVertexBuffer
-
Draw
-