Skip to content

Kuesa Qt 3D Integration

It is materialized as a library on top of Qt 3D that provides:

Importing glTF2

The class GLTF2Importer Qt3DCore::QNode based class that allows loading glTF 2 files. glTF 2 files from any exporter should work, note however that the Kuesa specific exporter allow the use of additional features, namely:

Asset Collections

Once a file has been loaded through the use of the glTF 2 importer, name based collections are populated. Kuesa provides the following collections for:

Kuesa Optimized Frame Graph

Kuesa provides the ForwardRenderer Frame Graph which is optimized for the rendering of glTF2 scenes with the addition of post processing effects.

Full Screen Post Processing Effects

Final screen composition can be customized through the use of post processing effects. The effects work along with the default provided Kuesa FrameGraph ForwardRenderer

Currently Kuesa provides the following effects:


Updated on 2022-10-18 at 11:12:53 +0200