Class PJOGL.Tessellator.GLUCallback

java.lang.Object
com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
processing.opengl.PJOGL.Tessellator.GLUCallback
All Implemented Interfaces:
com.jogamp.opengl.glu.GLUtessellatorCallback
Enclosing class:
PJOGL.Tessellator

protected class PJOGL.Tessellator.GLUCallback extends com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • 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)
     

    Methods inherited from class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter

    beginData, combineData, edgeFlag, edgeFlagData, endData, errorData, vertexData

    Methods inherited from class java.lang.Object

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

    • GLUCallback

      protected GLUCallback()
  • Method Details

    • begin

      public void begin(int type)
      Specified by:
      begin in interface com.jogamp.opengl.glu.GLUtessellatorCallback
      Overrides:
      begin in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
    • end

      public void end()
      Specified by:
      end in interface com.jogamp.opengl.glu.GLUtessellatorCallback
      Overrides:
      end in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
    • vertex

      public void vertex(Object data)
      Specified by:
      vertex in interface com.jogamp.opengl.glu.GLUtessellatorCallback
      Overrides:
      vertex in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
    • combine

      public void combine(double[] coords, Object[] data, float[] weight, Object[] outData)
      Specified by:
      combine in interface com.jogamp.opengl.glu.GLUtessellatorCallback
      Overrides:
      combine in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter
    • error

      public void error(int errnum)
      Specified by:
      error in interface com.jogamp.opengl.glu.GLUtessellatorCallback
      Overrides:
      error in class com.jogamp.opengl.glu.GLUtessellatorCallbackAdapter