Uses of Class
zombie.core.skinnedmodel.model.VertexBufferObject.VertexFormat
Packages that use VertexBufferObject.VertexFormat
-
Uses of VertexBufferObject.VertexFormat in zombie.core.opengl
Fields in zombie.core.opengl declared as VertexBufferObject.VertexFormatModifier and TypeFieldDescriptionVBORenderer.FORMAT_PositionColor
VBORenderer.FORMAT_PositionColorUV
VBORenderer.FORMAT_PositionColorUVDepth
VBORenderer.FORMAT_PositionNormalColor
VBORenderer.FORMAT_PositionNormalColorUV
Methods in zombie.core.opengl with parameters of type VertexBufferObject.VertexFormatModifier and TypeMethodDescriptionvoid
VBORenderer.startRun
(VertexBufferObject.VertexFormat vertexFormat) -
Uses of VertexBufferObject.VertexFormat in zombie.core.skinnedmodel.model
Fields in zombie.core.skinnedmodel.model declared as VertexBufferObject.VertexFormatMethods in zombie.core.skinnedmodel.model with parameters of type VertexBufferObject.VertexFormatModifier and TypeMethodDescriptionstatic void
VertexBufferObject.FinishDraw
(VertexBufferObject.VertexFormat vertexFormat, Shader shader, boolean boolean0) Constructors in zombie.core.skinnedmodel.model with parameters of type VertexBufferObject.VertexFormatModifierConstructorDescriptionVertexArray
(VertexBufferObject.VertexFormat format, int numVertices)