Skip to content

Commit

Permalink
update: visualization example description
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Oct 30, 2020
1 parent 787b58e commit e4f31c9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions examples/Visualization/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## POVray Visualization Example
# POVray Visualization Example

A simple example of rendering pyelastica using POVray.
The code [render](continuum_snake_render.py) generates POVray script (.pov) and image file (.png) to render POVray animation.

### Bash Script to Run
``` bash
python continuum_snake.py # Creates continuum_snake.dat file
python continuum_snake_render.py # Creates pov_snake_diag.mp4 and pov_snake_top.mp4 file
python continuum_snake_render.py # Creates pov_snake_diag.mp4 and pov_snake_top.mp4 file (3-5 minutes)
```

### Dependency
- povray
- moviepy
- ffmpeg

0 comments on commit e4f31c9

Please sign in to comment.