Default size

This commit is contained in:
Tom Short 2017-04-02 15:36:42 -04:00
parent b427b87bd0
commit d2f1057e09

View file

@ -19,7 +19,7 @@
(def α (/ π 12)) ; curvature of the columns (def α (/ π 12)) ; curvature of the columns
(def β (/ π 36)) ; curvature of the rows (def β (/ π 36)) ; curvature of the rows
(def centerrow (- nrows 3)) ; controls front-back tilt (def centerrow (- nrows 3)) ; controls front-back tilt
(def centercol 2) ; controls left-right tilt / tenting (higher number is more tenting) (def centercol 3) ; controls left-right tilt / tenting (higher number is more tenting)
(def tenting-angle (/ π 12)) ; or, change this for more precise tenting control (def tenting-angle (/ π 12)) ; or, change this for more precise tenting control
(def column-style (def column-style
(if (> nrows 5) :orthographic :standard)) ; options include :standard, :orthographic, and :fixed (if (> nrows 5) :orthographic :standard)) ; options include :standard, :orthographic, and :fixed