Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-12-20 14:54:17 +0000
committerStijn Buys <ingar@osirion.org>2008-12-20 14:54:17 +0000
commitf36ec64b08c791e7b907ed8efd9a2baa44e7f8fd (patch)
treed86d6d948fa35b58b0955d994291e27910355a40 /src/model/map.h
parent34747fcb6a29ee573cf432611359ef34fe680dec (diff)
initial support for func_rotate and friends
Diffstat (limited to 'src/model/map.h')
-rw-r--r--src/model/map.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/model/map.h b/src/model/map.h
index 5137e6c..9b75f7a 100644
--- a/src/model/map.h
+++ b/src/model/map.h
@@ -130,10 +130,13 @@ private:
void load_worldspawn(Model *model);
/// load parsed primitives into a FragmentGroup
- void load_fragmentgroup(Model *model, FragmentGroup &group);
+ void load_fragmentgroup(Model *model, const FragmentGroup::Type type);
/// clear the current list of per-material geometry
void clear_materials();
+
+ /// clear class bounding box
+ void clear_bbox();
/// list of planes for the current brush
std::vector<Plane *> planes;