cleaned up and fleshed out geom.h/geom.cc and preparing to add bounding
[laserbrain_demo] / src / objmesh.h
index 811caf6..ece9efe 100644 (file)
@@ -13,6 +13,8 @@ public:
        ObjType get_type() const;
 
        void draw() const;
+
+       const AABox &get_aabox() const;
 };
 
 #endif // OBJMESH_H_