add newlines to files, thanks to tasioga for the patch
http://code.google.com/p/bullet/issues/detail?id=334
This commit is contained in:
@@ -86,4 +86,5 @@ int main(int argc,char** argv)
|
|||||||
|
|
||||||
//default glut doesn't return from mainloop
|
//default glut doesn't return from mainloop
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -80,4 +80,5 @@ int main(int argc,char** argv)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -57,4 +57,5 @@ int main(int argc,char** argv)
|
|||||||
|
|
||||||
//default glut doesn't return from mainloop
|
//default glut doesn't return from mainloop
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1041,4 +1041,5 @@ bool btHfFluidColumnRigidBodyCallback::processColumn (btHfFluid* fluid, int w, i
|
|||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -191,4 +191,5 @@ void btHfFluidBuoyantConvexShape::generateShape (btScalar radius, btScalar gap)
|
|||||||
m_volumePerVoxel = btScalar(4.0f)/btScalar(3.0f)*SIMD_PI*radius*radius*radius;
|
m_volumePerVoxel = btScalar(4.0f)/btScalar(3.0f)*SIMD_PI*radius*radius*radius;
|
||||||
m_totalVolume = m_numVoxels * m_volumePerVoxel;
|
m_totalVolume = m_numVoxels * m_volumePerVoxel;
|
||||||
m_radius = radius;
|
m_radius = radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -84,4 +84,5 @@ btCollisionAlgorithmCreateFunc* btHfFluidRigidCollisionConfiguration::getCollisi
|
|||||||
|
|
||||||
///fallback to the regular rigid collision shape
|
///fallback to the regular rigid collision shape
|
||||||
return btDefaultCollisionConfiguration::getCollisionAlgorithmCreateFunc(proxyType0,proxyType1);
|
return btDefaultCollisionConfiguration::getCollisionAlgorithmCreateFunc(proxyType0,proxyType1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -602,4 +602,5 @@ HfFluidDemo_GL_ShapeDrawer::HfFluidDemo_GL_ShapeDrawer()
|
|||||||
|
|
||||||
HfFluidDemo_GL_ShapeDrawer::~HfFluidDemo_GL_ShapeDrawer()
|
HfFluidDemo_GL_ShapeDrawer::~HfFluidDemo_GL_ShapeDrawer()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1280,4 +1280,5 @@ void btCollisionWorld::serialize(btDefaultSerializer* serializer)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
serializer->writeDNA();
|
serializer->writeDNA();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -171,4 +171,5 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -82,4 +82,5 @@ void btSetDebugDrawer(btIDebugDraw* debugDrawer);
|
|||||||
#endif //BT_INTERNAL_EDGE_DEBUG_DRAW
|
#endif //BT_INTERNAL_EDGE_DEBUG_DRAW
|
||||||
|
|
||||||
|
|
||||||
#endif //BT_INTERNAL_EDGE_UTILITY_H
|
#endif //BT_INTERNAL_EDGE_UTILITY_H
|
||||||
|
|
||||||
|
|||||||
@@ -31,4 +31,5 @@ public:
|
|||||||
btMaterial(btScalar fric, btScalar rest) { m_friction = fric; m_restitution = rest; }
|
btMaterial(btScalar fric, btScalar rest) { m_friction = fric; m_restitution = rest; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MATERIAL_H
|
#endif // MATERIAL_H
|
||||||
|
|
||||||
|
|||||||
@@ -350,4 +350,5 @@ const char* btRigidBody::serialize(void* dataBuffer) const
|
|||||||
btCollisionObject::serialize(&rbd->m_collisionObjectData);
|
btCollisionObject::serialize(&rbd->m_collisionObjectData);
|
||||||
|
|
||||||
return "btRigidBodyData";
|
return "btRigidBodyData";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user