Small changes in ContactManifold
This commit is contained in:
parent
c3c9a5c38c
commit
a070dca761
|
@ -122,9 +122,6 @@ class ContactManifold {
|
|||
/// True if the contact manifold has already been added into an island
|
||||
bool mIsAlreadyInIsland;
|
||||
|
||||
/// Average contact normal vector of all points in the manifold
|
||||
Vector3 mAverageContactNormal;
|
||||
|
||||
/// Reference to the memory allocator
|
||||
MemoryAllocator& mMemoryAllocator;
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ namespace reactphysics3d {
|
|||
|
||||
// Constants
|
||||
const int MAX_MANIFOLDS_IN_CONTACT_MANIFOLD_SET = 3; // Maximum number of contact manifolds in the set
|
||||
const int CONTACT_CUBEMAP_FACE_NB_SUBDIVISIONS = 4; // N Number for the N x N subdivisions of the cubemap
|
||||
const int CONTACT_CUBEMAP_FACE_NB_SUBDIVISIONS = 3; // N Number for the N x N subdivisions of the cubemap
|
||||
|
||||
// Class ContactManifoldSet
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user