Skip to content

Files

Latest commit

42db898 · Nov 8, 2024

History

History

gltfTutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 24, 2024
Nov 30, 2021
Nov 30, 2021
Oct 13, 2022
May 6, 2022
Nov 22, 2021
Nov 30, 2021
Nov 22, 2021
Nov 30, 2021
Nov 22, 2021
Nov 22, 2021
Nov 23, 2017
Nov 22, 2021
Nov 22, 2021
Nov 8, 2024
Feb 24, 2024
Nov 22, 2021
Nov 22, 2021
Nov 22, 2021
Oct 26, 2024
Nov 22, 2021
Apr 9, 2022

glTF Tutorial

By Marco Hutter, @javagl

This tutorial gives an introduction to glTF, the GL transmission format. It summarizes the most important features and application cases of glTF, and describes the structure of the files that are related to glTF. It explains how glTF assets may be read, processed, and used to display 3D graphics efficiently.

Some basic knowledge about JSON, the JavaScript Object Notation, is assumed. Additionally, a basic understanding of common graphics APIs, like OpenGL or WebGL, is required. This tutorial focuses on glTF version 2.0, where support for Physically Based Rendering was introduced, but the other concepts that are explained here are similar to how they had been implemented in glTF version 1.0.

Acknowledgements: