Skip to content

Commit 25aaf1d

Browse files
author
Lawrence D'Oliveiro
committed
update readme
1 parent a2d669c commit 25aaf1d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,21 @@ The following screenshots were created using extreme values for the number of hu
3636

3737
Tips and Tricks
3838
---------------
39-
* 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.
40-
* You can provide a seed to the `generate_spaceship()` function to always generate the same spaceship. For example, `generate_spaceship('michael')`.
41-
* The `generate_spaceship()` function takes many more parameters that affect the generation process. Try playing with them!
39+
* The seeds used for generating random geometry and materials default to random integers,
40+
but you can replace these with any string. Different seeds are chosen every time you create
41+
a new spaceship, but they do not change when you edit the parameters for regenerating the
42+
current spaceship (unless you change them).
4243
* You can replace the textures with your own ones. All textures are applied using global-space cube UVs. `hull_normal.png` is a normal map that adds extra surface "greebles". `hull_lights_diffuse.png` is an additive diffuse texture to set the color of the window lights. `hull_lights_emit.png` is an emissive texture to make the windows glow in darkness.
44+
* Unfortunately, the emissive materials don’t look so good in the Eevee renderer. For
45+
best results, use Cycles.
4346

4447
Credits
4548
-------
4649
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/).
4750

4851
Released under the [MIT License].
4952

50-
Authored and maintained by Michael Davies.
53+
Originally authored by Michael Davies, this version adapted by Lawrence D’Oliveiro.
5154

5255
> GitHub [@a1studmuffin](https://github.com/a1studmuffin)
5356
> Twitter [@butterparty](https://twitter.com/butterparty)

0 commit comments

Comments
 (0)