fix display of cylinder

This commit is contained in:
AndreaRigoni
2026-03-27 15:23:59 +00:00
parent e40cc77a5f
commit fa7c0f670e
3 changed files with 33 additions and 21 deletions

View File

@@ -52,7 +52,10 @@ public:
virtual void contentUpdate();
/** Synchronizes the uLib model matrix with the VTK actor (e.g., after UI manipulation) */
virtual void Update();
virtual void Update() override;
/** Synchronizes the uLib model matrix with the VTK actor specifically for gizmo interactions */
virtual void SyncFromVtk() override;
virtual uLib::Object* GetContent() const override { return (uLib::Object*)m_Content; }