Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2008, 5:40:38 PM (17 years ago)
Author:
rgrieder
Message:

Downgraded Bullet to latest tagged version: 2.72
That should give us more stability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/bullet/BulletCollision/CollisionShapes/btSphereShape.h

    r1963 r1972  
    2828        BT_DECLARE_ALIGNED_ALLOCATOR();
    2929
    30         btSphereShape (btScalar radius) : btConvexInternalShape ()
    31         {
    32                 m_shapeType = SPHERE_SHAPE_PROXYTYPE;
    33                 m_implicitShapeDimensions.setX(radius);
    34                 m_collisionMargin = radius;
    35         }
     30        btSphereShape (btScalar radius);
     31       
    3632       
    3733        virtual btVector3       localGetSupportingVertex(const btVector3& vec)const;
Note: See TracChangeset for help on using the changeset viewer.