mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Fixed reversed bezier patches
This commit is contained in:
parent
f504a98d65
commit
2937055c08
@ -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;
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,237];
|
||||
BOSL_VERSION = [2,0,238];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user