mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Noise: Automatically transform noise maps if needed
This commit is contained in:
parent
dcc48976ce
commit
16baed0467
6 changed files with 21 additions and 46 deletions
|
@ -151,8 +151,6 @@ public:
|
|||
float *perlinMap2D(float x, float y, float *persistence_map=NULL);
|
||||
float *perlinMap3D(float x, float y, float z, float *persistence_map=NULL);
|
||||
|
||||
void transformNoiseMap();
|
||||
|
||||
private:
|
||||
void allocBuffers();
|
||||
void resizeNoiseBuf(bool is3d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue