Allow batches of debug lines. The PhysicsClientExample rendering is still slow (one line at a time, instead of batches)
Prepare for IMU sensor in Shared Memory Server
This commit is contained in:
@@ -18,6 +18,7 @@ class PhysicsServerExample : public SharedMemoryCommon
|
||||
bool m_wantsShutdown;
|
||||
|
||||
bool m_isConnected;
|
||||
btClock m_clock;
|
||||
|
||||
public:
|
||||
|
||||
@@ -111,6 +112,7 @@ bool PhysicsServerExample::wantsTermination()
|
||||
|
||||
void PhysicsServerExample::stepSimulation(float deltaTime)
|
||||
{
|
||||
|
||||
m_physicsServer.processClientCommands();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user