mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-09 12:56:34 +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)
|
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;
|
) vnf;
|
||||||
|
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,237];
|
BOSL_VERSION = [2,0,238];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user