diff options
author | Pushkar Joshi | 2012-03-20 10:24:15 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-03-20 10:24:15 -0700 |
commit | 92bc54df4acfec849568ab619150a5da49c087fa (patch) | |
tree | 0ecf92f98a29c10045b1e8e2e764793868cfcdef /js/data/pi | |
parent | c0bd8d8efcc501d4efa116a7cc0e802fd4e9f3e9 (diff) | |
download | ninja-92bc54df4acfec849568ab619150a5da49c087fa.tar.gz |
revert to using the angle without flipping its sign...fixing some minor bugs and code cleanup
GOOD status before doing 3D unprojection step
Diffstat (limited to 'js/data/pi')
-rwxr-xr-x | js/data/pi/pi-data.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 9d90aa3d..ad2f3088 100755 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -649,7 +649,7 @@ exports.PiData = Montage.create( Montage, { | |||
649 | id : "strokeSize", | 649 | id : "strokeSize", |
650 | prop : "strokeSize", | 650 | prop : "strokeSize", |
651 | label : "Stroke", | 651 | label : "Stroke", |
652 | valueMutator: parseFloat, | 652 | valueMutator: parseInt, |
653 | min : 1, | 653 | min : 1, |
654 | max : 100, | 654 | max : 100, |
655 | value : 1, | 655 | value : 1, |
@@ -661,7 +661,7 @@ exports.PiData = Montage.create( Montage, { | |||
661 | id : "strokeHardness", | 661 | id : "strokeHardness", |
662 | prop : "strokeHardness", | 662 | prop : "strokeHardness", |
663 | label : "Hardness", | 663 | label : "Hardness", |
664 | valueMutator: parseFloat, | 664 | valueMutator: parseInt, |
665 | min : 0, | 665 | min : 0, |
666 | max : 100, | 666 | max : 100, |
667 | value : 100, | 667 | value : 100, |