refactor b3RobotSimulatorClientAPI into a main part without GUI dependencies (no OpenGL, gwen, glew etc)
so that App_RobotSimulator_NoGUI can link against BulletRobotics and App_RobotSimulator links against BulletRobotics and some extra files.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "SharedMemory/PhysicsClientC_API.h"
|
||||
#include "Bullet3Common/b3Vector3.h"
|
||||
#include "Bullet3Common/b3Quaternion.h"
|
||||
#include "SharedMemory/SharedMemoryInProcessPhysicsC_API.h"
|
||||
|
||||
extern const int CONTROL_RATE;
|
||||
const int CONTROL_RATE = 500;
|
||||
|
||||
Reference in New Issue
Block a user