Moved view manipulator to a separate class.

This commit is contained in:
Leonardo Zide
2021-06-20 11:40:16 -07:00
parent bd12ad5842
commit c236ea02bb
7 changed files with 1126 additions and 1036 deletions
+2
View File
@@ -197,6 +197,7 @@ SOURCES += \
common/lc_texture.cpp \
common/lc_timelinewidget.cpp \
common/lc_view.cpp \
common/lc_viewsmanipulator.cpp \
common/lc_viewsphere.cpp \
common/lc_viewwidget.cpp \
common/lc_zipfile.cpp \
@@ -265,6 +266,7 @@ HEADERS += \
common/lc_synth.h \
common/lc_texture.h \
common/lc_view.h \
common/lc_viewsmanipulator.h \
common/lc_viewsphere.h \
common/lc_viewwidget.h \
common/lc_zipfile.h \