gluTessProperty

open override fun gluTessProperty(which: Int, value: Double)(source)

Sets a tessellation property for the GLU tessellator. This method allows configuring various properties of the tessellator, such as winding rules, boundary-only settings, and tessellation tolerance.

Parameters

which

The property to be set. This parameter is one of the predefined constants, such as GLU_TESS_WINDING_RULE, GLU_TESS_BOUNDARY_ONLY, or GLU_TESS_TOLERANCE.

value

The value to assign to the specified property. This can either represent the desired tolerance or a setting corresponding to the given property.