public CompoundShape() { _localAabbMin = new Vector3(1e30f, 1e30f, 1e30f); _localAabbMax = new Vector3(-1e30f, -1e30f, -1e30f); _aabbTree = null; _collisionMargin = 0f; _localScaling = new Vector3(1f, 1f, 1f); }