Add object details

+ Object and Shader detail panels
+ Connect model data to details panel
+ Ability to move and scale objects in GUI
+ View of shader code for selected object
This commit is contained in:
2023-12-24 12:24:58 -05:00
parent 2476d125f7
commit 0ef62ebfa5
15 changed files with 343 additions and 80 deletions

View File

@@ -118,7 +118,7 @@ jobs:
- name: Upload Qtk install directory
uses: actions/upload-artifact@v3
with:
name: qtk-gui-${{ matrix.os }}-installdir
name: qtk-gui-${{ matrix.os }}-install
path: install/*
# TODO: Enable after trimming resources.
@@ -238,7 +238,7 @@ jobs:
uses: actions/upload-artifact@v3
if: always()
with:
name: libqtk-${{ matrix.os }}-installdir
name: libqtk-${{ matrix.os }}-install
path: install/*
Qtk-Plugins: