Browse Source

added readme

master
FelixBrendel 8 years ago
parent
commit
2e63190d35
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      readme.md

+ 14
- 0
readme.md View File

@@ -0,0 +1,14 @@
# Procedurally generate planets


The curent version works with a modiefied midpoint-displacement method on a sphere.
It can generate different levels of detail on demand.

![lod0](screenshots/lod0.png)
![lod1](screenshots/lod1.png)
![lod2](screenshots/lod2.png)
![lod3](screenshots/lod3.png)

I think the generation could be twekead to only generate a small portion in a heigh
level of detail and keep the rest low level, so a player sees everythig in high detail,
while the computer only has to compute a fraction in hd.

Loading…
Cancel
Save