mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 01:10:13 +02:00
Fixed kock snowflake example rendering.
This commit is contained in:
@@ -622,7 +622,7 @@ module supershape(step=0.5,m1=4,m2=undef,n1,n2=undef,n3=undef,a=1,b=undef, r=und
|
|||||||
// Example(2D): The previous spiral grows linearly and eventually intersects itself. This one grows geometrically and does not.
|
// Example(2D): The previous spiral grows linearly and eventually intersects itself. This one grows geometrically and does not.
|
||||||
// path = turtle(concat(["angle",71],flatten(replist(["move","left","scale",1.05],50))));
|
// path = turtle(concat(["angle",71],flatten(replist(["move","left","scale",1.05],50))));
|
||||||
// stroke(path,width=.05);
|
// stroke(path,width=.05);
|
||||||
// Example: Koch Snowflake
|
// Example(2D): Koch Snowflake
|
||||||
// function koch_unit(depth) =
|
// function koch_unit(depth) =
|
||||||
// depth==0 ? ["move"] :
|
// depth==0 ? ["move"] :
|
||||||
// concat(
|
// concat(
|
||||||
|
Reference in New Issue
Block a user