mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-01 03:41:43 +02:00
Fixed reversed bezier patches
This commit is contained in:
@@ -830,7 +830,7 @@ function bezier_patch(patch, splinesteps=16, vnf=EMPTY_VNF, style="default") =
|
||||
bez_point(bezparm, step/splinesteps.y)
|
||||
]
|
||||
],
|
||||
vnf = vnf_vertex_array(pts, style=style, vnf=vnf)
|
||||
vnf = vnf_vertex_array(pts, style=style, vnf=vnf, reverse=true)
|
||||
) vnf;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user