mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-02-19 10:09:39 +00:00
Fixed reversed bezier patches
This commit is contained in:
parent
f504a98d65
commit
2937055c08
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue