From 73ba18476a2620435a7c003493700e21a89aea9a Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Sun, 8 Dec 2019 19:53:44 +0800 Subject: [PATCH] Include rendered blender example. Former-commit-id: 87d70b857a55aa42baf612849a6ffe1457b31049 --- docs/gallery.md | 15 +++++++++++++++ docs/gen_gallery.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/gallery.md b/docs/gallery.md index 34da9e7..bb344f2 100644 --- a/docs/gallery.md +++ b/docs/gallery.md @@ -286,3 +286,18 @@ This file is auto-generated by docs/render_all.sh. DO NOT EDIT.


+## tut_glue_blender + +
+ View tut_glue_blender.hs +

+  {!examples/tut_glue_blender.hs!}
+  
+
+
+ + +


+ diff --git a/docs/gen_gallery.sh b/docs/gen_gallery.sh index 799d351..41d78f0 100755 --- a/docs/gen_gallery.sh +++ b/docs/gen_gallery.sh @@ -5,7 +5,7 @@ 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_physics tut_glue_latex tut_glue_povray - tut_glue_povray_ortho tut_glue_potrace' + tut_glue_povray_ortho tut_glue_potrace tut_glue_blender' WIDTH=640 HEIGHT=$((WIDTH*9/16))