When you need to convert glTF to OBJ
The usual situation: you have a .gltf file from a real-time or web-3D pipeline, but the tool you need to use next only reads OBJ. Blender, Khronos sample assets, Maya, Cesium and Babylon.js exporters all export glTF, while Blender, MeshLab, ZBrush, Cinema 4D and most CAD viewers typically expect .obj. OBJ is plain text and readable by almost any 3D application, which makes it a dependable interchange and archival format.