summaryrefslogtreecommitdiff
path: root/src/LinearMath/btConvexHullComputer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LinearMath/btConvexHullComputer.h')
-rw-r--r--src/LinearMath/btConvexHullComputer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LinearMath/btConvexHullComputer.h b/src/LinearMath/btConvexHullComputer.h
index cba684f2d..18b26eea9 100644
--- a/src/LinearMath/btConvexHullComputer.h
+++ b/src/LinearMath/btConvexHullComputer.h
@@ -66,6 +66,9 @@ public:
// Vertices of the output hull
btAlignedObjectArray<btVector3> vertices;
+ // The original vertex index in the input coords array
+ btAlignedObjectArray<int> original_vertex_index;
+
// Edges of the output hull
btAlignedObjectArray<Edge> edges;