Fixed reversed bezier patches

This commit is contained in:
Revar Desmera 2020-03-28 19:30:57 -07:00
parent f504a98d65
commit 2937055c08
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -8,7 +8,7 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,237]; BOSL_VERSION = [2,0,238];
// Section: BOSL Library Version Functions // Section: BOSL Library Version Functions