From 302f11ce816ffe4b51f48c42972bb58475bcca5d Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 16 Nov 2013 18:25:03 +0000 Subject: Material API cleanups, added support for bounds materials. --- src/model/mapfile.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/model/mapfile.h') diff --git a/src/model/mapfile.h b/src/model/mapfile.h index 551943e..32b2c84 100644 --- a/src/model/mapfile.h +++ b/src/model/mapfile.h @@ -203,9 +203,16 @@ private: bool class_engine; - /// list of vertices with the origin material within the current map class + /** + *@brief list of vertices with origin material + * */ std::vector class_origin_vertices; + /** + * @brief list of vertices with bounds material + */ + std::vector map_bounds_vertices; + Materials map_materials; TriangleList map_collisiontriangles; -- cgit v1.2.3