ImGui.DrawList:getCurveTessellationTol

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2020.9
Class: ImGui.DrawList

Description

Gets the tessellation tolerance when using PathBezierCurveTo() without a specific number of segments. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality.

(number) = ImGui.DrawList:getCurveTessellationTol()

Return values

Returns (number) the curve tessellation tolerance

Example