Drop a STEP, IGES, BREP or mesh file to preview it here.
PERSP
Free online FBX viewer
Open an .fbx file without Maya, 3ds Max or Blender: node hierarchy, per-mesh triangle counts, section planes and measurements. Binary and ASCII FBX both parse in this tab.
Drop 3D files hereor click to browse — nothing leaves your browser
Drop your .fbx file onto the viewer above. The FBX loader parses both binary and ASCII files on the main thread — it needs browser APIs that a Web Worker does not have, so a heavy scene will pause the interface as it loads. Nothing is uploaded — the page reads the file you picked and keeps it on your device.
Browse the node hierarchy. FBX scenes are usually well named, and that hierarchy becomes the tree. Select nodes to inspect them, hide them with the eye icon, and use Color by part to separate a dense scene visually.
Check the triangle budget and measure. Per-mesh triangle counts and bounding boxes sit in the Properties panel — what you need for an asset budget. Section planes and snapped point-to-point measurement work on the static geometry.
What FBX files are, and what writes them
FBX is Autodesk’s proprietary scene format and the long-time workhorse of game development and animation pipelines. It carries meshes, rigs, skinning, animation takes and materials between tools like Maya, 3ds Max, Blender, Unity and Unreal.
FBX is the workhorse of game and animation pipelines: Maya, 3ds Max, Blender, Mixamo, Unity and Unreal all read and write it. It is Autodesk-proprietary, which is why an FBX viewer that does not require an Autodesk product is useful.
Rich animation, rigging and skinning data
Deep integration with game engines and DCC tools
De-facto standard in game asset pipelines
Best for: Game development and character animation exchange. There is a fuller write-up on the FBX format reference page.
What you can inspect in FBX files here
The node hierarchy with original names, which FBX preserves better than most mesh formats.
Per-material base colors, so a character or prop separates into its material groups.
Per-mesh triangle counts for budgeting a game asset, plus the scene’s overall bounding size.
Both binary and ASCII FBX — you do not need to know which variant you were sent.
Every format on this site also gets the same viewport tools: orbit, pan and zoom with fit-to-view, isometric and the six standard views, a perspective/orthographic toggle, shaded, shaded-with-edges, wireframe and X-ray display, hide-selected, and a PNG screenshot of the current view. The same controls are on the general 3D and CAD viewer, which accepts every importable format at once.
What this viewer does not show for FBX
Worth knowing before you rely on it. A viewer that overstates what it can read wastes more of your time than one that is specific about its limits.
Rigs, skinning, animation takes and morph targets are not played. Meshes are drawn at the pose baked into the file, which for a rigged character is usually the bind pose.
Textures are not applied, whether embedded in the FBX or referenced beside it. Each mesh gets its material’s base color.
Cameras, lights, constraints and custom properties are skipped.
FBX is proprietary and version-sensitive; an unusual or very old writer can produce a file the loader rejects outright.
Parsing runs on the main thread, so a large scene stalls the tab while it loads.
FBX at a glance
FBX files
Extensions
.fbx
Geometry
Polygon mesh scenes
Units
Yes
Colors & materials
Materials & textures
Animations
Yes — rigs & takes
Typical use
Game & animation pipelines
FBX scene units are not applied to the readouts. Coordinates are shown as stored with a millimetre label, and since FBX scenes are frequently authored in centimetres, check the number against a feature you know.
Convert FBX instead of just viewing it
FBX is read-only here. Converting it to glTF or GLB is the standard way to get an FBX scene into a web or open pipeline. The converter runs on the same local pipeline as this viewer, so a conversion is just as private as a preview: FBX to GLB is the usual choice.
No. Animation takes, skinning and morph targets are not evaluated, so a rigged character appears in its baked pose. Everything static — hierarchy, counts, dimensions, sections, measurements — is accurate.
Does it handle both binary and ASCII FBX?
Yes. Both encodings are parsed, so it does not matter which variant the exporter produced. Very old or unusual FBX versions can still be rejected, since the format is proprietary and has drifted between releases.
Why are the textures missing?
The viewer draws each mesh in its material’s base color rather than sampling texture maps, including textures embedded in the FBX. It is built for inspecting and measuring geometry, not for previewing a render.
Is my FBX uploaded to a server?
No. It is parsed inside your browser tab. Because the FBX loader reaches for browser APIs that Web Workers lack, that parsing happens on the main thread — the file still never leaves your device.
What does FBX store, and how much of it does the viewer show?
Geometry: polygon mesh scenes. Units: yes. Colors and materials: materials & textures. Animations: yes — rigs & takes. Of that, the viewer draws geometry and flat base colors; texture maps and animation are never displayed. FBX scene units are not applied to the readouts. Coordinates are shown as stored with a millimetre label, and since FBX scenes are frequently authored in centimetres, check the number against a feature you know.
The mesh simplifier does not read .fbx directly. To bring a triangle count down, convert to GLB first, then simplify that. If the file is headed for a 3D printer, the G-code viewer shows the sliced toolpath layer by layer once your slicer has run.