object TextExtruder
extrude
(
glyphContours
, depth
)
|
Generates complete 3D extruded geometry from contour groups.
Signature
fun extrude(glyphContours: List<ContourGroup>, depth: Float): MeshGeometryData Parameters glyphContours: List
Contour groups from TextOutlineExtractor
depth: Float
Extrusion depth in meters
|