summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/PhysicsServerCommandProcessor.h
diff options
context:
space:
mode:
authorerwincoumans <erwin.coumans@gmail.com>2023-02-24 10:54:03 -0800
committerGitHub <noreply@github.com>2023-02-24 10:54:03 -0800
commit0e59474e1cf1fd69e3ca512826cfbe15cd6a9cec (patch)
tree593ed49f85b6478f536cfe9118d1f2e99597f3bc /examples/SharedMemory/PhysicsServerCommandProcessor.h
parentc037d9ba279d74c7e7437a700763892a6ba75760 (diff)
parente323404ac393aeb834a3f8f21549e119c76b67ff (diff)
downloadbullet3-0e59474e1cf1fd69e3ca512826cfbe15cd6a9cec.tar.gz
Merge pull request #4413 from aprilprojecteu/master
re-enable softbody/rigidbody contact report
Diffstat (limited to 'examples/SharedMemory/PhysicsServerCommandProcessor.h')
-rw-r--r--examples/SharedMemory/PhysicsServerCommandProcessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/SharedMemory/PhysicsServerCommandProcessor.h b/examples/SharedMemory/PhysicsServerCommandProcessor.h
index fb23a1bb9..4035d7d0c 100644
--- a/examples/SharedMemory/PhysicsServerCommandProcessor.h
+++ b/examples/SharedMemory/PhysicsServerCommandProcessor.h
@@ -32,6 +32,7 @@ protected:
bool processCreateCollisionShapeCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes);
bool processCreateVisualShapeCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes);
bool processRequestMeshDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes);
+ bool processRequestTetraMeshDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes);
bool processResetMeshDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes);
bool processCustomCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes);
bool processUserDebugDrawCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& serverStatusOut, char* bufferServerToClient, int bufferSizeInBytes);