summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/PhysicsLoopBack.h
diff options
context:
space:
mode:
authorMaarten Behn <46872913+MaartenBehn@users.noreply.github.com>2022-12-22 19:27:16 +0100
committerMaarten Behn <46872913+MaartenBehn@users.noreply.github.com>2022-12-22 19:27:16 +0100
commit54cdf3993325273ec976f0308a00d70b0d06536b (patch)
tree2b195481c7a2b05990b4989c6394e46c04606c88 /examples/SharedMemory/PhysicsLoopBack.h
parent2b4757f51298d52b04eb052f19cc0e9c5f9b2e57 (diff)
downloadbullet3-54cdf3993325273ec976f0308a00d70b0d06536b.tar.gz
extending wrapper
Diffstat (limited to 'examples/SharedMemory/PhysicsLoopBack.h')
-rw-r--r--examples/SharedMemory/PhysicsLoopBack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/SharedMemory/PhysicsLoopBack.h b/examples/SharedMemory/PhysicsLoopBack.h
index 4626aac81..2b6eb87f2 100644
--- a/examples/SharedMemory/PhysicsLoopBack.h
+++ b/examples/SharedMemory/PhysicsLoopBack.h
@@ -78,6 +78,8 @@ public:
virtual void getCachedMeshData(struct b3MeshData* meshData);
+ virtual void getCachedTetraMeshData(struct b3TetraMeshData* meshData);
+
virtual void getCachedVREvents(struct b3VREventsData* vrEventsData);
virtual void getCachedKeyboardEvents(struct b3KeyboardEventsData* keyboardEventsData);