Sfoglia il codice sorgente

added readme

master
FelixBrendel 8 anni fa
parent
commit
2e63190d35
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. +14
    -0
      readme.md

+ 14
- 0
readme.md Vedi 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.

Caricamento…
Annulla
Salva