OpenBarnyard
 
Loading...
Searching...
No Matches
TModelCollision.cpp
Go to the documentation of this file.
1#include "ToshiPCH.h"
2#include "TModelCollision.h"
3
4//-----------------------------------------------------------------------------
5// Enables memory debugging.
6// Note: Should be the last include!
7//-----------------------------------------------------------------------------
9
11
13 : m_vecCollTypes( GetGlobalAllocator(), 64, 64 )
14 , m_pVertices( TNULL )
15 , m_pIndices( TNULL )
16 , m_uiNumIndices( 0 )
17{
18}
19
23
28
32
#define TOSHI_NAMESPACE_START
Definition Defines.h:47
#define TOSHI_NAMESPACE_END
Definition Defines.h:50
TFORCEINLINE T2Allocator * GetGlobalAllocator()
Definition T2Allocator.h:49
#define TNULL
Definition Typedefs.h:23
T2DynamicVector< TTMDBase::CollisionTypeS1 > vecS1