Added visual indicator of current rotation in geometryview

This commit is contained in:
brunoherbelin
2020-09-13 10:31:40 +02:00
parent 29a9b1daf8
commit 6ef5642e63
6 changed files with 53 additions and 7 deletions

1
View.h
View File

@@ -153,6 +153,7 @@ private:
Node *overlay_rotation_;
Node *overlay_rotation_fix_;
Node *overlay_rotation_clock_;
Node *overlay_rotation_clock_hand_;
Node *overlay_scaling_;
Node *overlay_scaling_cross_;
Node *overlay_scaling_grid_;