From: Scott Worley Date: Sun, 25 May 2014 07:50:11 +0000 (-0700) Subject: Reduce defaults for a smaller output file X-Git-Url: http://git.scottworley.com/nt3d/commitdiff_plain/c81e16aca6f8159a947a09b7082d1928ee2a4841 Reduce defaults for a smaller output file The size of this one is crashing Chrome and making Firefox slow. This reduces the default output sive from 2.4M to 571K. --- diff --git a/medusa.html b/medusa.html index 17181cc..7c7c858 100644 --- a/medusa.html +++ b/medusa.html @@ -27,11 +27,11 @@ 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]];