diff options
| author | git@eclectronics.org <git@eclectronics.org@eclectronics.org> | 2012-02-16 16:53:07 +0000 |
|---|---|---|
| committer | git@eclectronics.org <git@eclectronics.org@eclectronics.org> | 2012-02-16 16:53:07 +0000 |
| commit | fada66e0ff98ce98c50d6e9a5cc1f449a8a87296 (patch) | |
| tree | 7b00dd81b624c5293a63b3856a42c7d90b86c39e /bezierstroke.pde | |
| parent | 5a68500983aba528b0add0d2bc22abfc092c508a (diff) | |
drawing 3d callpaths
Diffstat (limited to 'bezierstroke.pde')
| -rw-r--r-- | bezierstroke.pde | 4 |
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 |
