MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / ~RobotControlExample

Method ~RobotControlExample

examples/SharedMemory/RobotControlExample.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326
327RobotControlExample::~RobotControlExample()
328{
329 bool deInitializeSharedMemory = true;
330 m_physicsClient.disconnectSharedMemory();
331 m_physicsServer.disconnectSharedMemory(deInitializeSharedMemory);
332}
333
334void RobotControlExample::initPhysics()
335{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected