Skip to content
Mark Millard edited this page Apr 19, 2024 · 25 revisions

This page provides information for building and using the QtglTFTest application.

glTF Resources

glTF™ (GL Transmission Format) is a specification for the transmission and loading of 3D scenes and models by applications.

Dependencies

Build QtglTF widget

The QtglTFTest application is dependent on the QtglTF widget. Instructions for building and installing QtglTF can be found here.

Build glTF-Validator

glTF validation is done via the Khronos Group glTF-Validator tool. Instructions for building and installing glTF-Validator can be found in the README.md file. Detailed instructions have been captured on the glTF-Validator Build Instructions wiki page.

Generating Documentation

Instructions for generating HTML documentation can be found on the Generating HTML Documentation wiki page.