feat: implemented point primitive gizmo

This commit is contained in:
Sara Gerretsen 2025-11-18 00:04:00 +01:00
parent 60865b74c7
commit dfbe37a2e7
15 changed files with 330 additions and 60 deletions

View file

@ -39,4 +39,5 @@ private:
public:
static String const sig_primitives_changed;
static String const sig_primitive_list_changed;
};