summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/SharedMemoryCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/SharedMemoryCommands.h')
-rw-r--r--examples/SharedMemory/SharedMemoryCommands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/SharedMemory/SharedMemoryCommands.h b/examples/SharedMemory/SharedMemoryCommands.h
index 5305769c3..341c93123 100644
--- a/examples/SharedMemory/SharedMemoryCommands.h
+++ b/examples/SharedMemory/SharedMemoryCommands.h
@@ -847,6 +847,7 @@ enum EnumUserDebugDrawFlags
USER_DEBUG_HAS_PARENT_OBJECT = 1024,
USER_DEBUG_HAS_REPLACE_ITEM_UNIQUE_ID = 2048,
USER_DEBUG_REMOVE_ALL_PARAMETERS = 4096,
+ USER_DEBUG_HAS_POINTS = 8192,
};
struct UserDebugDrawArgs
@@ -876,6 +877,9 @@ struct UserDebugDrawArgs
double m_objectDebugColorRGB[3];
int m_objectUniqueId;
int m_linkIndex;
+
+ int m_debugPointNum;
+ double m_pointSize;
};
struct UserDebugDrawResultArgs