summaryrefslogtreecommitdiff
path: root/bezierstroke.pde
diff options
context:
space:
mode:
authorgit@eclectronics.org <git@eclectronics.org@eclectronics.org>2012-02-16 16:53:07 +0000
committergit@eclectronics.org <git@eclectronics.org@eclectronics.org>2012-02-16 16:53:07 +0000
commitfada66e0ff98ce98c50d6e9a5cc1f449a8a87296 (patch)
tree7b00dd81b624c5293a63b3856a42c7d90b86c39e /bezierstroke.pde
parent5a68500983aba528b0add0d2bc22abfc092c508a (diff)
drawing 3d callpaths
Diffstat (limited to 'bezierstroke.pde')
-rw-r--r--bezierstroke.pde4
1 files changed, 2 insertions, 2 deletions
diff --git a/bezierstroke.pde b/bezierstroke.pde
index 5070f9b..39ad252 100644
--- a/bezierstroke.pde
+++ b/bezierstroke.pde
@@ -62,7 +62,7 @@ class gradientstroke {
noFill();
float spos=0.0;
- float step=.001; //optimise
+ float step=.004; //optimise
//quad corner points
//these are perpedicular on the screen as we are making a gradient line system
@@ -145,7 +145,7 @@ class gradientstroke3D {
noFill();
float spos=0.0;
- float step=.001; //optimise
+ float step=.04; //optimise
//quad corner points
//these are perpedicular on the screen as we are making a gradient line system