summaryrefslogtreecommitdiff
path: root/src/irrlichtwrapper.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-24 13:32:11 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-24 13:32:11 +0200
commit24e41ab4c892a7cecee2d4e5e625afd83de43034 (patch)
tree077aa79e8618d0c2fd44ebc6ad36b72586a3041e /src/irrlichtwrapper.h
parent4a952f22d779cdce27dbfc68a23a7d13d3e62c0d (diff)
downloadminetest-24e41ab4c892a7cecee2d4e5e625afd83de43034.tar.gz
minetest-24e41ab4c892a7cecee2d4e5e625afd83de43034.tar.bz2
minetest-24e41ab4c892a7cecee2d4e5e625afd83de43034.zip
Mainly some texture tweaking
Diffstat (limited to 'src/irrlichtwrapper.h')
-rw-r--r--src/irrlichtwrapper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/irrlichtwrapper.h b/src/irrlichtwrapper.h
index ce54b70c0..97607e579 100644
--- a/src/irrlichtwrapper.h
+++ b/src/irrlichtwrapper.h
@@ -97,6 +97,16 @@ struct CrackTextureMod: public TextureMod
u16 progression;
};
+struct SideGrassTextureMod: public TextureMod
+{
+ SideGrassTextureMod()
+ {
+ }
+
+ virtual video::ITexture * make(video::ITexture *original,
+ const char *newname, video::IVideoDriver* driver);
+};
+
struct ProgressBarTextureMod: public TextureMod
{
// value is from 0.0 to 1.0