mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 14:43:34 +00:00
adding post processing
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
#include <array>
|
||||
#include <random>
|
||||
|
||||
#define NOISE_SIZE 512
|
||||
constexpr float HEIGHT_COEFF = 255.0f;
|
||||
constexpr std::uint32_t NOISE_SIZE = 512;
|
||||
constexpr std::uint32_t WATER_LEVEL = 20;
|
||||
|
||||
class Noise
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user