summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/RemoteGUIHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/RemoteGUIHelper.cpp')
-rw-r--r--examples/SharedMemory/RemoteGUIHelper.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/SharedMemory/RemoteGUIHelper.cpp b/examples/SharedMemory/RemoteGUIHelper.cpp
index b5754e185..4ef9395a1 100644
--- a/examples/SharedMemory/RemoteGUIHelper.cpp
+++ b/examples/SharedMemory/RemoteGUIHelper.cpp
@@ -627,6 +627,10 @@ int RemoteGUIHelper::addUserDebugLine(const double debugLineFromXYZ[3], const do
{
return -1;
}
+int RemoteGUIHelper::addUserDebugPoints(const double debugPointPositionXYZ[3], const double debugPointColorRGB[3], double pointSize, double lifeTime, int trackingVisualShapeIndex, int replaceItemUid, int debugPointNum)
+{
+ return -1;
+}
void RemoteGUIHelper::removeUserDebugItem(int debugItemUniqueId)
{
}