Fixed bezier patch example.

This commit is contained in:
Revar Desmera 2020-01-31 23:09:04 -08:00
parent 855aa0cf36
commit 06ca151bc8
2 changed files with 2 additions and 2 deletions

View file

@ -728,7 +728,7 @@ function is_patch(x) = is_tripatch(x) || is_rectpatch(x);
// [[40, 0, 0], [ 0, 0, 0], [ 0, 40, 0]], // [[40, 0, 0], [ 0, 0, 0], [ 0, 40, 0]],
// [[40, 40, 0], [40, 40, 0], [40, 40, 0]] // [[40, 40, 0], [40, 40, 0], [40, 40, 0]]
// ]; // ];
// face_patch = bezier_patch_flat([120,120],N=1,orient=LEFT); // face_patch = bezier_patch_flat([120,120],orient=LEFT);
// edges = [ // edges = [
// for (axrot=[[0,0,0],[0,90,0],[0,0,90]], xang=[-90:90:180]) // for (axrot=[[0,0,0],[0,90,0],[0,0,90]], xang=[-90:90:180])
// bezier_patch( // bezier_patch(

View file

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