Glossary

glTF

glTF stands for GL Transmission Format (also written as Graphics Library Transmission Format). It's an open, royalty-free standard from the Khronos Group for transmitting and displaying 3D models, released in 2015 and now at version 2.0. People often call it "the JPEG for 3D" because it focuses on delivering finished models efficiently to browsers, apps and devices rather than editing them.

Quick Facts

Developed by
Khronos Group
Released
2015 (1.0), current version 2.0
File extensions
.gltf (multi-part, JSON-based) and .glb (binary)
Used for
Web, AR, VR, mobile apps, game engines
License
Open standard, royalty-free

glTF is the right answer wherever a 3D model is meant to be displayed rather than edited further. Compared to FBX or OBJ it’s lean, modern and built for PBR materials from the ground up. That’s why nearly every web 3D viewer runs on glTF, including Google’s model-viewer and the Android Scene Viewer.

In practice you’ll rarely touch the multi-part .gltf variant directly; the compact GLB form is what gets shipped. For WordPress Elementor sites, PausAR Viewer takes the GLB (or .gltf) file as input and renders it with full PBR support and an automatic AR button on compatible devices.

Comparison

PropertyglTFFBX
Target use caseWeb, AR, mobile displayExchange between editing tools
OpennessOpen Khronos standardProprietary (Autodesk)
Web compatibilityWorks directly in the browserNot directly web-ready

FAQ

Is glTF the same as GLB?

Content-wise yes, formally no. glTF can exist as a multi-part .gltf bundle or as a packed .glb file.

Is glTF suitable for modeling?

Not really. It's a delivery format. You model in Blender, Maya or ZBrush and export to glTF/GLB at the end.

How do I use glTF on a WordPress site?

Upload your .gltf or .glb file to the PausAR Viewer Elementor widget. The plugin renders it as an interactive 3D viewer with PBR materials and an optional AR button for compatible devices.

Does glTF support animation?

Yes. Skeletal animation, morph targets and basic keyframe animations are stored natively.

Related Terms