mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-28 23:39:36 +00:00
Fixed bezier patch example.
This commit is contained in:
parent
855aa0cf36
commit
06ca151bc8
2 changed files with 2 additions and 2 deletions
|
@ -728,7 +728,7 @@ function is_patch(x) = is_tripatch(x) || is_rectpatch(x);
|
|||
// [[40, 0, 0], [ 0, 0, 0], [ 0, 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 = [
|
||||
// for (axrot=[[0,0,0],[0,90,0],[0,0,90]], xang=[-90:90:180])
|
||||
// bezier_patch(
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,112];
|
||||
BOSL_VERSION = [2,0,113];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue