Class VertexBufferObject.VertexFormat

java.lang.Object
zombie.core.skinnedmodel.model.VertexBufferObject.VertexFormat
Enclosing class:
VertexBufferObject

public static final class VertexBufferObject.VertexFormat
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    VertexFormat​(int int1)  
  • Method Summary

    Modifier and Type Method Description
    void calculate()  
    void setElement​(int int1, VertexBufferObject.VertexType vertexType, int int2)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VertexFormat

      public VertexFormat​(int int1)
  • Method Details