Class VertexBufferObject.Vbo

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

public class VertexBufferObject.Vbo
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.nio.IntBuffer b  
    int EboID  
    boolean FaceDataOnly  
    int NumElements  
    int VboID  
    int VertexStride  
  • Constructor Summary

    Constructors
    Constructor Description
    Vbo()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • b

      public java.nio.IntBuffer b
    • VboID

      public int VboID
    • EboID

      public int EboID
    • NumElements

      public int NumElements
    • VertexStride

      public int VertexStride
    • FaceDataOnly

      public boolean FaceDataOnly
  • Constructor Details

    • Vbo

      public Vbo()