Elaborate tutorial.

Former-commit-id: 31267dbb1675723b3b9afde806d215b358a7abac
This commit is contained in:
David Himmelstrup 2019-12-03 16:01:18 +08:00
commit 4283793c5a
6 changed files with 283 additions and 13 deletions

View file

@ -3,7 +3,7 @@
ROOT=`stack path --project-root`
EXAMPLES='boundingbox colormaps goo latex_basic latex_color latex_draw
latex_wheel raster sphere blender_default_cube
tut_glue_svg tut_glue_animate'
tut_glue_svg tut_glue_animate tut_glue_keyframe tut_glue_fourier'
WIDTH=640
HEIGHT=$((WIDTH*9/16))