diff options
author | sapier <sapier at gmx dot net> | 2012-02-04 18:08:25 +0100 |
---|---|---|
committer | sapier <sapier at gmx dot net> | 2012-02-04 18:08:25 +0100 |
commit | 09476447297a35f04b0bd89dddafbadcbb96f83d (patch) | |
tree | c3bb8585966d2fd29a4bb2570ccd2245409f0276 /src/mesh.h | |
parent | 77df09540c4d7eadef760779e123af88a48aafaa (diff) | |
download | minetest-20120204_luaentity_allfaces.tar.xz |
added drawallfaces to luaentities20120204_luaentity_allfaces
Diffstat (limited to 'src/mesh.h')
-rw-r--r-- | src/mesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh.h b/src/mesh.h index 631dc0cca..89c8fae03 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., The resulting mesh has 6 materials (up, down, right, left, back, front) which must be defined by the caller. */ -scene::IAnimatedMesh* createCubeMesh(v3f scale); +scene::IAnimatedMesh* createCubeMesh(v3f scale, bool allfaces=false); /* Create a new cube mesh not linked to mapnode size. |