-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mark Millard edited this page Apr 19, 2024
·
25 revisions
This page provides information for building and using the QtglTFTest application.
glTF™ (GL Transmission Format) is a specification for the transmission and loading of 3D scenes and models by applications.
- Khronos Web Site: https://www.khronos.org/gltf
- glTF 1.0 Specification: https://github.com/KhronosGroup/glTF/tree/main/specification/1.0
- glTF 2.0 Specification: https://github.com/KhronosGroup/glTF/tree/main/specification/2.0
- glTF 1.0/2.0 Sample Models: https://github.com/KhronosGroup/glTF-Sample-Models
- glTF 1.0/2.0 Sample Assets: https://github.com/KhronosGroup/glTF-Sample-Assets
The QtglTFTest application is dependent on the QtglTF widget. Instructions for building and installing QtglTF can be found here.
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.
Instructions for generating HTML documentation can be found on the Generating HTML Documentation wiki page.