Skip to content

Commit e065d9b

Browse files
committed
Update Readme examples
1 parent 5323f99 commit e065d9b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ In the example below you see the colums with 100x100, 200x200, 400x400 and 800x8
1414

1515
## Example rendering
1616

17-
groupSize 64 | groupSize 8
18-
- | -
19-
100x100 datapoints | 100x100 datapoints
20-
![render_example_1](examples/render_1.gif) | ![render_example_1](examples/render_2.gif)
17+
groupSize 64, 100x100 datapoints
18+
![render_example_1](examples/render_1.gif)
2119

22-
In this program you can configure some options to influence the graphics produced and to be auto-saved.
20+
groupSize 8, 100x100 datapoints
21+
![render_example_2](examples/render_2.gif)
2322

2423
## Configuration
2524

25+
In this program you can configure some options to influence the graphics produced and to be auto-saved.
26+
2627
The code has at the beginning a configuration section. The options are described below and summarized in the code itself. Default values are included.
2728

2829
- **renderSize**

0 commit comments

Comments
 (0)