First stab at physics example for tutorial.

Former-commit-id: 904d556aa1b0beaaeb8adae67dedd63c57abb6da
This commit is contained in:
David Himmelstrup 2019-12-03 17:00:27 +08:00
commit 6e40999b33
5 changed files with 103 additions and 1 deletions

View file

@ -3,7 +3,8 @@
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_keyframe tut_glue_fourier'
tut_glue_svg tut_glue_animate tut_glue_keyframe tut_glue_fourier
tut_glue_physics'
WIDTH=640
HEIGHT=$((WIDTH*9/16))