mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-03 12:39:15 +00:00
Add pybullet.addUserDebugPoints
This commit is contained in:
@@ -639,6 +639,10 @@ int RemoteGUIHelperTCP::addUserDebugLine(const double debugLineFromXYZ[3], const
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
int RemoteGUIHelperTCP::addUserDebugPoints(const double debugPointPositionXYZ[3], const double debugPointColorRGB[3], double pointSize, double lifeTime, int trackingVisualShapeIndex, int replaceItemUid)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
void RemoteGUIHelperTCP::removeUserDebugItem(int debugItemUniqueId)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user