combineData
abstract fun combineData(coords: DoubleArray?, data: Array<Any?>?, weight: FloatArray?, outData: Array<Any?>?, polygonData: Any?)(source)
The same as the .combine 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
coords
Specifics the location of the new vertex.
data
Specifics the vertices used to create the new vertex.
weight
Specifics the weights used to create the new vertex.
outData
Reference user the put the coodinates of the new vertex.
polygonData
Specifics a reference to user-defined data.
See also
GLU.gluTessCallback
gluTessCallback
.combine combine