Lephisto/src/perlin.h

8 lines
245 B
C

#pragma once
#include "opengl.h"
float* nouse_genRadarInt(const int w, const int h, float rug);
float* noise_genNebulaeMap(const int w, const int h, const int n, float rug);
float* noise_genNebulaePuffMap(const int w, const int h, float rug);