From 2e63190d35c4bae90d2cc2276ec56022fe45d53d Mon Sep 17 00:00:00 2001 From: FelixBrendel Date: Fri, 20 Oct 2017 10:27:14 +0200 Subject: [PATCH] added readme --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..8d91f0e --- /dev/null +++ b/readme.md @@ -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.