errorData

abstract fun errorData(errnum: Int, polygonData: Any?)(source)

The same as the .error callback method except that it takes an additional reference argument. This reference is identical to the opaque reference provided when GLU.gluTessBeginPolygon was called.

Parameters

errnum

Specifics the error number code.

polygonData

Specifics a reference to user-defined data.

See also

GLU.gluTessCallback

gluTessCallback

.error error