Martin Dobias 126371fb6d Load GLTF models as Qt3D entities
- QgsGltfUtils in qgis_core adds helpers useful also for 2D rendering
- QgsGltf3DUtils in qgis_3d adds function to convert GLTF model to QEntity
- Added tests
- Added draco library support (optional) to decode GLTF files with draco mesh compression
- Updated tinygltf to 2.8.11 (among other things, fixes a compiler warning that 2.8.10 was triggering)
2023-08-07 21:27:21 +02:00
..

Models coming from https://github.com/KhronosGroup/glTF-Sample-Models

- Box.glb: This model is licensed under a Creative Commons Attribution 4.0 International License.
- BoxTextured.glb: This model is licensed under a Creative Commons Attribution 4.0 International License.
- TriangleWithoutIndices.glb: Public domain (CC0)