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/ConvexShape.h')
-rw-r--r--extern/bullet/Bullet/CollisionShapes/ConvexShape.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern/bullet/Bullet/CollisionShapes/ConvexShape.h b/extern/bullet/Bullet/CollisionShapes/ConvexShape.h
index 345358e47fc..1ec962c591c 100644
--- a/extern/bullet/Bullet/CollisionShapes/ConvexShape.h
+++ b/extern/bullet/Bullet/CollisionShapes/ConvexShape.h
@@ -51,6 +51,10 @@ public:
virtual void setLocalScaling(const SimdVector3& scaling);
+ virtual const SimdVector3& getLocalScaling() const
+ {
+ return m_localScaling;
+ }
virtual void SetMargin(float margin)