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.formatPositionColorVBORenderer.formatPositionColorUvVBORenderer.formatPositionColorUvDepthVBORenderer.formatPositionNormalColorVBORenderer.formatPositionNormalColorUvMethods in zombie.core.opengl with parameters of type VertexBufferObject.VertexFormatModifier and TypeMethodDescriptionvoidVBORenderer.startRun(VertexBufferObject.VertexFormat format) -
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 voidVertexBufferObject.FinishDraw(VertexBufferObject.VertexFormat vertexFormat, Shader shader, boolean bBlendWeights) Constructors in zombie.core.skinnedmodel.model with parameters of type VertexBufferObject.VertexFormatModifierConstructorDescriptionVertexArray(VertexBufferObject.VertexFormat format, int numVertices)