Small CameraController extension

This commit is contained in:
Georg Hagen
2024-06-23 23:25:38 +02:00
parent ef666fae8f
commit 162cab72fb
3 changed files with 5 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenVulkano
void SetPivotPoint(const Math::Vector4f_SIMD& pivotPoint) { m_pivotPoint = pivotPoint; }
void SetActive();
void SetActive() override;
void SetDefaultKeybindings();