X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld.hpp;h=ce44c7c1144352c4c31aedfb0505f86ea5317e05;hb=f62562b0f87d571bd7b32ae2f8ca659c24e9911b;hp=ebdfdf423414eafa6cb7ad74a17ecd28156a4d00;hpb=4422bc40677f5a8e476fc89ada56b33c50f25bd8;p=blank.git diff --git a/src/world.hpp b/src/world.hpp index ebdfdf4..ce44c7c 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -3,6 +3,7 @@ #include "geometry.hpp" #include "model.hpp" +#include "noise.hpp" #include "shape.hpp" #include @@ -189,6 +190,9 @@ private: StairShape stairShape; CuboidShape slabShape; + SimplexNoise blockNoise; + SimplexNoise colorNoise; + std::list chunks; };