summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/SharedMemoryCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/SharedMemoryCommands.h')
-rw-r--r--examples/SharedMemory/SharedMemoryCommands.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/SharedMemory/SharedMemoryCommands.h b/examples/SharedMemory/SharedMemoryCommands.h
index 341c93123..37fc35145 100644
--- a/examples/SharedMemory/SharedMemoryCommands.h
+++ b/examples/SharedMemory/SharedMemoryCommands.h
@@ -1144,6 +1144,13 @@ struct b3RequestMeshDataArgs
int m_flags;
};
+struct b3RequestTetraMeshDataArgs
+{
+ int m_bodyUniqueId;
+ int m_startingVertex;
+ int m_flags;
+};
+
struct b3ResetMeshDataArgs
{
int m_bodyUniqueId;
@@ -1219,8 +1226,9 @@ struct SharedMemoryCommand
struct UserDataRequestArgs m_removeUserDataRequestArgs;
struct b3CollisionFilterArgs m_collisionFilterArgs;
struct b3RequestMeshDataArgs m_requestMeshDataArgs;
+ struct b3RequestTetraMeshDataArgs m_requestTetraMeshDataArgs;
struct b3ResetMeshDataArgs m_resetMeshDataArgs;
-
+ struct b3RequestTetraMeshDataArgs m_resetTetraMeshDataArgs;
};
};