summaryrefslogtreecommitdiffstats
path: root/o3d/core/cross/skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/core/cross/skin.h')
-rw-r--r--o3d/core/cross/skin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/core/cross/skin.h b/o3d/core/cross/skin.h
index 9e0c33f..70193db 100644
--- a/o3d/core/cross/skin.h
+++ b/o3d/core/cross/skin.h
@@ -152,6 +152,9 @@ class Skin : public NamedObject {
// Update the highest influences and highest matrix index.
void UpdateInfo() const;
+ // Frees all the influences and matrices.
+ void FreeAll();
+
// The vertex influences.
InfluencesArray influences_array_;