Esempio n. 1
0
 public SpherePairHandler()
 {
     contactConstraint = new NonConvexContactManifoldConstraint(this);
 }
Esempio n. 2
0
 protected TerrainPairHandler()
 {
     contactConstraint = new NonConvexContactManifoldConstraint(this);
 }
 protected StaticMeshPairHandler()
 {
     contactConstraint = new NonConvexContactManifoldConstraint(this);
 }