Package rosequartz

Interface NativesFX.VertexArray

Enclosing class:
NativesFX

public static interface NativesFX.VertexArray
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setTriangles​(int[] data)
     
    void
    setVertices​(float[] data)
     
  • Method Details

    • setVertices

      void setVertices(float[] data)
    • setTriangles

      void setTriangles(int[] data)
    • render

      void render()