It has the following features:
odeHandle.substance.toRubber(20); // create Primitive with odeHandle Primitive* box = new Box(1,1,1); box->init(odeHandle, ...);
box.substance.toMetal(0.6);
odeHandle.addIgnoredPair(p1,p2); // and to remove odeHandle.removeIgnoredPair(p1,p2);
odeHandle.addIgnoredSpace(spaceID); // and to remove odeHandle.removeIgnoredSpace(spaceID);