From 09970b7b6daa82ba0cb71540ebb70e671637782f Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 27 Apr 2014 16:09:21 +0200 Subject: Add support for interlaced polarized 3d screens Add (experimental) support for topbottom as well as sidebyside 3d mode --- src/clientmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/clientmap.h') 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 #include @@ -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); -- cgit v1.2.3