mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Include rendered blender example.
Former-commit-id: 87d70b857a55aa42baf612849a6ffe1457b31049
This commit is contained in:
parent
68a98deff1
commit
73ba18476a
2 changed files with 16 additions and 1 deletions
|
|
@ -286,3 +286,18 @@ This file is auto-generated by docs/render_all.sh. DO NOT EDIT.
|
|||
|
||||
<br/><hr><br/>
|
||||
|
||||
## tut_glue_blender
|
||||
|
||||
<details>
|
||||
<summary>View tut_glue_blender.hs</summary>
|
||||
<pre><code class="haskell">
|
||||
{!examples/tut_glue_blender.hs!}
|
||||
</code></pre>
|
||||
</details>
|
||||
<br/>
|
||||
<video width="640" height="360" autoplay loop>
|
||||
<source src="https://github.com/Lemmih/reanimate/raw/master/docs/rendered/tut_glue_blender.mp4">
|
||||
</video>
|
||||
|
||||
<br/><hr><br/>
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue