add App_SharedMemoryPhysics and App_SharedMemoryPhysics_GUI to cmake
fix 'connection' detection for shared memory (due to multiple shmem blocks) add link to pybullet.so
This commit is contained in:
@@ -81,6 +81,8 @@ int main(int argc, char* argv[])
|
||||
|
||||
|
||||
example->initPhysics();
|
||||
|
||||
|
||||
while (example->isConnected() && !(example->wantsTermination() || interrupted))
|
||||
{
|
||||
example->stepSimulation(1.f/60.f);
|
||||
|
||||
Reference in New Issue
Block a user