Implemented: Application icons; OpenSceneGraph to handle OpenGL with Qt; devicePixelRatio() for handing render on highDPI displays; Sample 3D with handler; MouseHandler not yet working as expected (WIP)

This commit is contained in:
dushyant basson
2023-09-05 17:51:25 +05:30
parent 341e68907f
commit c7effd2498
12 changed files with 321 additions and 45 deletions
+1
View File
@@ -12,4 +12,5 @@ cmake ../cmake \
-DCOLLADA_SUPPORT=OFF \
-DBUILD_QTVIEWER=ON \
-DQT_DIR=/opt/homebrew/Cellar/qt/6.5.1_2 \
-DOSG_DIR=/opt/homebrew/Cellar/open-scene-graph/3.6.5_2 \
-DCMAKE_EXPORT_COMPILE_COMMANDS=true