public BSShape(BulletShape pShape)
 {
     referenceCount = 1;
     lastReferenced = DateTime.Now;
     physShapeInfo = pShape;
     shapeInfo = new ShapeInfoInfo();
 }