예제 #1
0
 public SpherePairHandler()
 {
     contactConstraint = new NonConvexContactManifoldConstraint(this);
 }
예제 #2
0
 protected TerrainPairHandler()
 {
     contactConstraint = new NonConvexContactManifoldConstraint(this);
 }
 protected StaticMeshPairHandler()
 {
     contactConstraint = new NonConvexContactManifoldConstraint(this);
 }