From fcdfd38e2e2f15ce3a3befb77e50546cf78456f0 Mon Sep 17 00:00:00 2001 From: Michael Davies Date: Wed, 15 Jun 2016 19:19:01 +1000 Subject: [PATCH] Added readme step-by-step animation, fixed img alt tags --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1d8203..2612378 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Blender script to procedurally generate 3D spaceships from a random seed. -![alt tag](https://raw.githubusercontent.com/a1studmuffin/SpaceshipGenerator/master/screenshots/spaceships_grid.jpg) +![Spaceship screenshots](https://raw.githubusercontent.com/a1studmuffin/SpaceshipGenerator/master/screenshots/spaceships_grid.jpg) Usage ----- @@ -13,6 +13,9 @@ Usage How it works ------------ + +![Step-by-step animation](https://raw.githubusercontent.com/a1studmuffin/SpaceshipGenerator/master/screenshots/step-by-step-animation.gif) + * Start with a box. * Build the hull: Extrude the front/rear faces several times, adding random translation/scaling/rotation along the way. * Add asymmetry to the hull: Pick random faces and extrude them out in a similar manner, reducing in scale each time. @@ -26,7 +29,7 @@ Extreme examples ---------------- The following screenshots were created using extreme values for the number of hull segments and asymmetry segments to show how the algorithm works. -![alt tag](https://raw.githubusercontent.com/a1studmuffin/SpaceshipGenerator/master/screenshots/extreme_examples.jpg) +![Extreme spaceship screenshots](https://raw.githubusercontent.com/a1studmuffin/SpaceshipGenerator/master/screenshots/extreme_examples.jpg) Credits -------