contact.surface.mu = this.mu;
contact.surface.bounce = this.bounce;
contact.surface.bounce_vel = this.bounce_vel;
contact.surface.soft_erp = this.soft_erp;
contact.surface.soft_cfm = this.soft_cfm;
DJoint c = OdeHelper.createContactJoint(this.world,
this.contactgroup, contact);
c.attach(contact.geom.g1.getBody(), contact.geom.g2.getBody());
}
}
}