kopia lustrzana https://github.com/a1studmuffin/SpaceshipGenerator
Added readme step-by-step animation, fixed img alt tags
rodzic
dd7d40267c
commit
fcdfd38e2e
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
A Blender script to procedurally generate 3D spaceships from a random seed.
|
A Blender script to procedurally generate 3D spaceships from a random seed.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
@ -13,6 +13,9 @@ Usage
|
||||||
|
|
||||||
How it works
|
How it works
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
* Start with a box.
|
* Start with a box.
|
||||||
* Build the hull: Extrude the front/rear faces several times, adding random translation/scaling/rotation along the way.
|
* 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.
|
* 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.
|
The following screenshots were created using extreme values for the number of hull segments and asymmetry segments to show how the algorithm works.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
-------
|
-------
|
||||||
|
|
Ładowanie…
Reference in New Issue