summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Scott Worley [Tue, 18 Dec 2012 10:10:03 +0000 (02:10 -0800)]
Add closed_trianglefan
Scott Worley [Tue, 18 Dec 2012 10:07:49 +0000 (02:07 -0800)]
Closed quadstrip: Munge the input, not the output
This is cleaner.
Scott Worley [Tue, 18 Dec 2012 09:34:16 +0000 (01:34 -0800)]
Triangle fans
Scott Worley [Tue, 18 Dec 2012 09:14:42 +0000 (01:14 -0800)]
Quadstrips
Scott Worley [Tue, 18 Dec 2012 06:23:27 +0000 (22:23 -0800)]
Do something useful on enter in a parameter field.
Enter in a parameter field now re-generates the model. Previously, it
reloaded the page.
Note: The "go" button is still a button that calls go(), not a form
submit control. This is for debugability. Execution has to make it to
"return false" to prevent submission. For form submits, if an error
happens anywhere, the form submits and uselessly reloads the page.
So the "go" button works differently (better) than enter in a parameter
field in case of errors. This is not ideal, but is functional for now.
Scott Worley [Tue, 18 Dec 2012 06:15:43 +0000 (22:15 -0800)]
A tiny bit of UI shiny: fade-in download link
This helps call attention to it after re-generating the model
with different parameters, letting you know that something changed.
Scott Worley [Tue, 18 Dec 2012 05:42:37 +0000 (21:42 -0800)]
Minimal framework and one box demo.