aboutsummaryrefslogtreecommitdiff
path: root/KaplaDemo/samples/sampleViewer3/Fracture/CompoundGeometry.h
blob: b3612482c3701dc5aef65d1f29b210a1441f0e8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef COMPOUND_GEOMETRY
#define COMPOUND_GEOMETRY

#include <foundation/PxVec3.h>
#include <foundation/PxPlane.h>
#include <PsArray.h>

#include "CompoundGeometryBase.h"

using namespace physx;

class CompoundGeometry : public physx::fracture::base::CompoundGeometry
{
public:
	virtual void debugDraw(int maxConvexes = 0) const;
};

#endif