]> git.localhorst.tv Git - blank.git/blobdiff - src/generator.hpp
use 3 octaves for solid generation noise
[blank.git] / src / generator.hpp
index 3d7ceaff801d82bc2d16e011b4e4d844d4a4a801..70c38f59941e517e62de8a9a6920db9610c235f4 100644 (file)
@@ -17,7 +17,7 @@ public:
                unsigned int solid_seed = 0;
                unsigned int type_seed = 0;
                float stretch = 64.0f;
-               float solid_threshold = 0.8f;
+               float solid_threshold = 0.5f;
        };
 
        explicit Generator(const Config &);