kopia lustrzana https://github.com/a1studmuffin/SpaceshipGenerator
Added some tips and tricks to the readme
rodzic
e39d50b4e3
commit
5cfe8a8760
|
@ -33,6 +33,12 @@ The following screenshots were created using extreme values for the number of hu
|
|||
|
||||

|
||||
|
||||
Tips and Tricks
|
||||
---------------
|
||||
* By default the script will delete all objects starting with `Spaceship` before generating a new spaceship. To disable this feature, remove or comment out the call to `reset_scene()` around line 735 in the main function.
|
||||
* You can provide a seed to the `generate_spaceship()` function to always generate the same spaceship. For example, `generate_spaceship('michael')`.
|
||||
* The `generate_spaceship()` function takes many more parameters that affect the generation process. Try playing with them!
|
||||
|
||||
Credits
|
||||
-------
|
||||
Written for fun as part of the [/r/proceduralgeneration](https://www.reddit.com/r/proceduralgeneration/) June 2016 [monthly challenge](https://www.reddit.com/r/proceduralgeneration/comments/4mn9gj/monthly_challenge_7_june_2016_procedural/).
|
||||
|
|
Ładowanie…
Reference in New Issue