
FBX is the workhorse format for game engines, VFX, and animation — every asset store from Sketchfab to the Unity Asset Store ships FBX. But opening one used to mean installing Maya ($235/month), 3ds Max, Blender, or running Autodesk's free FBX Review. MakerSuite 3D opens .fbx files directly in your browser: drop the file, navigate the scene tree, and verify materials and geometry — no Autodesk install, no account, no upload.
MakerSuite 3D uses Three.js FBXLoader to parse both binary FBX (7.x, compact) and ASCII FBX (verbose). Scene hierarchy, meshes, materials, and embedded textures load cleanly. PBR materials map to MeshStandardMaterial so lighting matches what you'd see in Unity or Unreal. Skeletal animation playback is on the roadmap — for now, rigged FBX files show the bind pose.
Drop a .fbx file — preview animations, characters, props in seconds.
Try MakerSuite 3D FreeAutodesk FBX Review is free, but it's a Windows-only desktop install that many studios block by policy. Maya and 3ds Max are expensive subscriptions. Blender is capable but heavyweight (~1 GB install) and has its own FBX quirks. A browser viewer fits the workflow better for quick reviews: QA testers verifying asset drops, art directors checking outsourced work, and technical artists validating rigs — all without installs. Because everything runs locally, even studios with strict NDAs can use it without worrying about cloud uploads.
FBX files are parsed entirely in your browser tab. No upload, no server round-trip, no account. Close the tab and there's no trace. Same applies to STEP, STL, OBJ, GLB, 3MF, and every other format the viewer supports.
No. MakerSuite 3D opens FBX files directly in your browser using Three.js FBXLoader. You see the full scene hierarchy, materials, and meshes without installing Autodesk software or paying for a Maya indie license.
FBX scene graph and mesh data load today, and the Scene Tree panel lets you toggle visibility per part. Skeletal animation playback is on the roadmap — for now, animated FBX files show the bind pose. GLB is a better choice if you need animation preview right now.
FBX files with embedded textures (binary FBX 7.x) load with materials intact. For ASCII FBX referencing external image files, drop the images alongside the FBX and the loader will resolve relative paths. PBR materials map to MeshStandardMaterial so lighting looks correct.
Conversion is on the roadmap (Conversion Hub — FBX→GLB, STEP→STL, OBJ→GLB). Today you can view FBX and measure geometry, but download-as-GLB isn't exposed yet. Follow the blog for launch updates.
Binary FBX up to ~300 MB loads on a desktop. ASCII FBX is much larger for the same content — convert to binary in your DCC tool if load time matters. We show a progress toast during parsing so you know it's still working.
Drop an FBX file — preview assets in seconds
Launch 3D Viewer