vertex

abstract fun vertex(vertexData: Any?)(source)

The vertex callback method is invoked between the .begin and .end callback methods. It is similar to javax.media.opengl.GL.glVertex3f, and it defines the vertices of the triangles created by the tessellation process. The method takes a reference as its only argument. This reference is identical to the opaque reference provided by the user when the vertex was described (see GLU.gluTessVertex).

Parameters

vertexData

Specifics a reference to the vertices of the triangles created byt the tessellatin process.

See also

GLU.gluTessCallback

gluTessCallback

.vertexData vertexData