If a 3D model will not open, loads blank, or shows no colour, the cause is usually one of a few simple things: missing companion files, a model framed off-screen, an incomplete download, or a format that simply has no colour. Open it in the 3D model viewer and work through the checks below.
It opens but the view is empty
A model can load successfully yet sit where you cannot see it, scaled tiny, blown up huge, or placed far from the origin. The first move is Reset, which re-frames the model in view. If that brings nothing back, the file may be empty, damaged, or, for a glTF, missing the separate files that carry its geometry (see below).
A glTF that loads with no geometry
A .gltf file is text that often points to separate .bin and image files. Open the lone .gltf without its companions and there is nothing for the geometry to load from, so you get an empty scene. Either gather all the referenced files into one place, or use a self-contained .glb instead. The difference is explained in GLB vs glTF.
No colour or textures
This is often not a fault at all, it depends on the format:
- STL stores only geometry, so it is always a single flat material. That is normal.
- OBJ keeps colour in a companion
.mtlfile and images; open the bare.objand it shows grey. See what an OBJ file is. - GLB usually embeds its textures, so if a GLB is grey it was likely exported without materials.
The file might be incomplete or mislabelled
Two quick things to rule out. First, make sure the download finished, a partial file is a frequent reason a model fails to open. Second, check the extension actually matches the contents; a file renamed to .glb that is really something else will not open. Re-download or re-export a clean copy and try again.
When it is genuinely corrupt
If a freshly exported or re-downloaded copy still fails across more than one viewer, the source file is probably damaged. Re-export it from the original 3D tool if you can. The 3D model viewer opens GLB, glTF, STL, OBJ and PLY locally, so you can test a file quickly without uploading it anywhere.