Interface PGL.TessellatorCallback

All Known Implementing Classes:
PGraphicsOpenGL.Tessellator.TessellatorCallback
Enclosing class:
PGL

protected static interface PGL.TessellatorCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    begin(int type)
     
    void
    combine(double[] coords, Object[] data, float[] weight, Object[] outData)
     
    void
    end()
     
    void
    error(int errnum)
     
    void
    vertex(Object data)
     
  • Method Details

    • begin

      void begin(int type)
    • end

      void end()
    • vertex

      void vertex(Object data)
    • combine

      void combine(double[] coords, Object[] data, float[] weight, Object[] outData)
    • error

      void error(int errnum)