1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add Lua PerlinNoiseMap:get#dMap_flat API

This commit is contained in:
kwolekr 2013-06-26 21:04:06 -04:00
parent 8aa930f28e
commit 18882a4d26
3 changed files with 56 additions and 1 deletions

View file

@ -74,8 +74,9 @@ private:
static int gc_object(lua_State *L);
static int l_get2dMap(lua_State *L);
static int l_get2dMap_flat(lua_State *L);
static int l_get3dMap(lua_State *L);
static int l_get3dMap_flat(lua_State *L);
public:
LuaPerlinNoiseMap(NoiseParams *np, int seed, v3s16 size);