-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mark Millard edited this page Oct 16, 2019
·
16 revisions
This page provides information for building and using the QtglTF widget.
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/master/specification/1.0
- gltTF Sample Models: https://github.com/KhronosGroup/glTF-Sample-Models
These instructions are used to build QtglTF on an Ubuntu 18.04.3 LTS 64-bit platform.
Install the following packages:
sudo apt-get install build-essential libgl1-mesa-dev
Instructions for building and installing Qt 5.13.1 can be found the Building Qt 15.3.1 From Scratch wiki page.