inventorycube: use all three specified textures; also moved mesh creation / modificat...
authorKahrl <kahrl@gmx.net>
Sat, 3 Dec 2011 07:40:32 +0000 (08:40 +0100)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 3 Dec 2011 09:47:37 +0000 (11:47 +0200)
commit392485aa454e871566a67afc61e11331f9d27397
tree7c2a0b971feaa6cad6fafff9569d57d8bda53803
parent275a348b75ae710f5cfdb71595ea6e95ecdbcd63
inventorycube: use all three specified textures; also moved mesh creation / modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube
12 files changed:
data/builtin.lua
data/mods/default/init.lua
data/mods/experimental/init.lua
src/CMakeLists.txt
src/camera.cpp
src/camera.h
src/content_cao.cpp
src/mesh.cpp [new file with mode: 0644]
src/mesh.h [new file with mode: 0644]
src/tile.cpp
src/utility.cpp
src/utility.h