Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Tags: KDAB/kuesa

Tags

v1.4.0

Toggle v1.4.0's commit message
Merge branch 'dev'

Change-Id: Ieb8b0a088903b651aec5cf7227b8c242556c3f62

v1.3.0

Toggle v1.3.0's commit message
Merge branch 'dev'

Change-Id: I4e3c7db419a5f371c42ad08d8dc74ac0017576b6

v1.2.0

Toggle v1.2.0's commit message
Generate plugins.qmltypes for Kuesa

Change-Id: Ia21b066df68110b41701db004f88c5777a63018f
Reviewed-on: https://codereview.kdab.com/c/kuesa/kuesa/+/80767
Tested-by: Continuous Integration <build@kdab.com>
Reviewed-by: Mike Krus <mike.krus@kdab.com>

v1.2.0rc2

Toggle v1.2.0rc2's commit message
Merge branch 'dev'

This finalizes features for the 1.2 release, dev will now target the upcoming
1.3 release.

Change-Id: Ibbde925236bfe7201db951dee3c3bdf5d8fcb6e0

v1.2.0rc1

Toggle v1.2.0rc1's commit message
Update shader graphs and the iro-materials-gallery example

materials: A new gltfYUp property was added to materials which care about which
axis is up. If set to true, it means the scene was designed in a Z-up
environment and transformed to Y-up on export.

iro-materials-gallery: All kuesa nodes were re-instanciated.

gltf files for custom Material unit tests were also updated

Change-Id: Icd5b61facafe0ab95df4b342046d8e6f08239121
Reviewed-on: https://codereview.kdab.com/c/kuesa/kuesa/+/78132
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>

v1.1.0

Toggle v1.1.0's commit message
Kuesa 1.1.0 Release

* GLTF2 Importer improvements:
- support for draco compression
- support for MorphTarget animations
- support for glb
- support embedded image
- support for sparse accessors

* gltfEditor:
- AssetPipelineEditor renamed to gltfEditor
- generation of tangents and normals at runtime
- export of compressed gltf
- additional information on Meshes and Textures

* Kuesa Runtime
- full documentation and examples
- depth-of-field post processing effect
- bloom post processing effect
- configurable tone mapping and gamma correction
- rewrite of the PBR shaders
- simple, easy to deploy gltfViewer application added
- use of MSAA when available
- improved light support
- gltf2 unlit material extension support
- numerous bug fixes and improvements

v1.0.0

Toggle v1.0.0's commit message
GLTF2ContextPrivate becomes GLTF2Context

The old GLTF2Context is removed and GLTF2ContextPrivate is renamed to
take its place.