GLUtessellator

Functions

Link copied to clipboard
abstract fun gluBeginPolygon()
Link copied to clipboard
abstract fun gluDeleteTess()
Link copied to clipboard
abstract fun gluEndPolygon()
Link copied to clipboard
abstract fun gluGetTessProperty(which: Int, value: DoubleArray, value_offset: Int)
Link copied to clipboard
abstract fun gluNextContour(type: Int)
Link copied to clipboard
abstract fun gluTessBeginContour()
Link copied to clipboard
abstract fun gluTessBeginPolygon(data: Any?)
Link copied to clipboard
abstract fun gluTessCallback(which: Int, aCallback: GLUtessellatorCallback?)
Link copied to clipboard
abstract fun gluTessEndContour()
Link copied to clipboard
abstract fun gluTessEndPolygon()
Link copied to clipboard
abstract fun gluTessNormal(x: Double, y: Double, z: Double)
Link copied to clipboard
abstract fun gluTessProperty(which: Int, value: Double)
open fun gluTessProperty(which: Int, value: Int)
Link copied to clipboard
abstract fun gluTessVertex(coords: DoubleArray, coords_offset: Int, vertexData: Any?)