From 00464c237fbd3a01137099dedf23dc44569472fd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 24 May 2008 15:38:07 +0000 Subject: surface flags: light --- src/model/plane.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/model/plane.h') diff --git a/src/model/plane.h b/src/model/plane.h index 5fdc99f..5a8e6b6 100644 --- a/src/model/plane.h +++ b/src/model/plane.h @@ -43,12 +43,15 @@ public: inline float d() const { return pd; } /// indidcates if this plane was generated from a detail brush inline bool & detail() { return plane_detail; } + /// surface flags + inline unsigned int & surface_flags() { return plane_surface_flags; } private: math::Vector3f plane_point[3]; math::Vector3f plane_normal; std::string plane_texture; + unsigned int plane_surface_flags; bool plane_detail; float pd; }; -- cgit v1.2.3