diff options
author | sapier <Sapier at GMX dot net> | 2014-04-27 16:09:21 +0200 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2014-05-18 01:08:13 +0200 |
commit | 09970b7b6daa82ba0cb71540ebb70e671637782f (patch) | |
tree | bea283470a892adcdcc5962b498a10ca2f405297 /src/clientmap.h | |
parent | d9f6f9e7a8038071648eb53da0d5be8abdaa9e45 (diff) | |
download | minetest-09970b7b6daa82ba0cb71540ebb70e671637782f.tar.gz minetest-09970b7b6daa82ba0cb71540ebb70e671637782f.tar.bz2 minetest-09970b7b6daa82ba0cb71540ebb70e671637782f.zip |
Add support for interlaced polarized 3d screens
Add (experimental) support for topbottom as well as sidebyside 3d mode
Diffstat (limited to 'src/clientmap.h')
-rw-r--r-- | src/clientmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clientmap.h b/src/clientmap.h index e695411be..91f58a70c 100644 --- a/src/clientmap.h +++ b/src/clientmap.h @@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes_extrabloated.h" #include "map.h" +#include "camera.h" #include <set> #include <map> @@ -126,7 +127,7 @@ public: int getBackgroundBrightness(float max_d, u32 daylight_factor, int oldvalue, bool *sunlight_seen_result); - void renderPostFx(); + void renderPostFx(CameraMode cam_mode); // For debug printing virtual void PrintInfo(std::ostream &out); |