Class SharedVertexBufferObjects

java.lang.Object
zombie.core.opengl.SharedVertexBufferObjects

public final class SharedVertexBufferObjects
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    int bufferSizeVertices  
    java.nio.ShortBuffer indices  
    java.nio.FloatBuffer vertices  
  • Constructor Summary

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

    Modifier and Type Method Description
    void next()  
    void startFrame()  
    void unmap()  

    Methods inherited from class java.lang.Object

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

    • bufferSizeVertices

      public final int bufferSizeVertices
    • vertices

      public java.nio.FloatBuffer vertices
    • indices

      public java.nio.ShortBuffer indices
  • Constructor Details

    • SharedVertexBufferObjects

      public SharedVertexBufferObjects​(int int1)
  • Method Details

    • startFrame

      public void startFrame()
    • next

      public void next()
    • unmap

      public void unmap()