From 031df369351eebc5fe8c5e77d9de7f5525831c92 Mon Sep 17 00:00:00 2001 From: aap Date: Tue, 9 Feb 2021 17:35:41 +0100 Subject: CColModel --- src/collision/ColBox.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/collision/ColBox.h') diff --git a/src/collision/ColBox.h b/src/collision/ColBox.h index 0df55925..721756b4 100644 --- a/src/collision/ColBox.h +++ b/src/collision/ColBox.h @@ -19,4 +19,12 @@ struct CColBox : public CBox using CBox::Set; CColBox& operator=(const CColBox &other); -}; \ No newline at end of file +}; + +// no name for this +// bounds for a number of triangles +struct CColTriBBox : public CBox +{ + int32 first; + int32 last; +}; -- cgit v1.2.3