mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-13 22:08:21 +00:00
Move from b3Vector3 to btVector3 to support double precision in examples/RobotSimulator/b3RobotSimulatorClientAPI_NoGUI API.
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
|
||||
{
|
||||
m_robotSim.loadURDF("plane.urdf");
|
||||
m_robotSim.setGravity(b3MakeVector3(0,0,0));
|
||||
m_robotSim.setGravity(btVector3(0,0,0));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user