Unfortunately, I'm finding that in the programs I'm using,
there either isn't an easy option to separate the nobbly
into component parts and apply colors that way or, if there
is, it doesn't always work.
Would be nice to be able to programmatically choose to
break it down into separate component parts as its probably
easier to combine the components than it is before the fact
to separate them.
Example settings I'm using (and having trouble with):
Sides=12;
// step size in degrees
Step=2;
// rope radius
R=0.15;
// overall scale
Scale=20;
// depth of undulation
B=0.2;
// link rotation % of cycle 0.25 disjoint , 0 joint
p= 0.25;
When exported, the colors are lost.
Unfortunately, I'm finding that in the programs I'm using, there either isn't an easy option to separate the nobbly into component parts and apply colors that way or, if there is, it doesn't always work.
Would be nice to be able to programmatically choose to break it down into separate component parts as its probably easier to combine the components than it is before the fact to separate them.
Example settings I'm using (and having trouble with):
Sides=12;
// step size in degrees Step=2;
// rope radius R=0.15;
// overall scale Scale=20; // depth of undulation B=0.2; // link rotation % of cycle 0.25 disjoint , 0 joint p= 0.25;