]> git.scottworley.com Git - nt3d/commitdiff
Reduce defaults for a smaller output file
authorScott Worley <scottworley@scottworley.com>
Sun, 25 May 2014 07:50:11 +0000 (00:50 -0700)
committerScott Worley <scottworley@scottworley.com>
Sun, 25 May 2014 07:50:11 +0000 (00:50 -0700)
The size of this one is crashing Chrome and making Firefox slow.
This reduces the default output sive from 2.4M to 571K.

medusa.html

index 17181cce5113e57c986faabe7520718d256954f0..7c7c8585d9c1f0228032f27955f0898457519364 100644 (file)
         return fingers;
       }
       var params = [["first_ring_radius", 20],
-                    ["num_rings", 10],
+                    ["num_rings", 4],
                     ["ring_spacing", 10, "Space Between Rings"],
                     ["num_fingers", 5],
                     ["finger_radius", 3],
-                    ["finger_faces", 5],
+                    ["finger_faces", 3],
                     ["finger_points", 20],
                     ["finger_twirl", .1, "Finger Twirl (in turns)"],
                     ["finger_height", 100]];