Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h')
-rw-r--r--extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h b/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h
index a7533efa5cf..7c61cb661d7 100644
--- a/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h
+++ b/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h
@@ -38,10 +38,6 @@ public:
m_numVertices = 0;
}
- virtual void CalculateLocalInertia(SimdScalar mass,SimdVector3& inertia)
- {
- inertia = SimdVector3(1.f,1.f,1.f);
- }
virtual int GetShapeType() const{ return TETRAHEDRAL_SHAPE_PROXYTYPE; }