Online 3D Model Viewer

Free Online 3D Model Viewer

view_in_ar

Drag & drop a 3D model here, or browse

glTF, GLB, STL, OBJ, FBX, PLY, COLLADA, 3MF, 3DS

How It Works

  1. Drop a 3D model Drag and drop a 3D model file onto the viewer, or click to browse your files. Supports glTF, GLB, STL, OBJ, FBX, PLY, COLLADA, and 3MF.
  2. Explore your model Orbit, zoom, and pan around the model. Toggle wireframe mode to inspect geometry.
  3. Review model info See mesh count, triangle count, materials, textures, and file size at a glance.
  4. Play animations If the model has animations, play them directly in the viewer with one click.

Features

Supported Formats

FAQ

What 3D formats are supported?

The viewer supports glTF (.gltf), GLB (.glb), STL (.stl), OBJ (.obj), FBX (.fbx), PLY (.ply), COLLADA (.dae), and 3MF (.3mf). These cover the most widely used formats across game engines, CAD software, 3D printing, and web applications.

Is my data safe?

Yes. All rendering happens entirely in your browser using Three.js and WebGL. Your 3D model files are never uploaded to any server. Nothing leaves your device.

Can I view animated models?

Yes. If your model file contains animations, they will be detected automatically. Use the animation panel to play and switch between different animation clips.

What about models with textures?

GLB files include textures embedded in the binary. For loose glTF files, textures referenced by relative paths may not load - use GLB for best results with the viewer.

Which format should I use?

For web delivery, glTF/GLB is recommended as it's designed for efficient loading. STL and OBJ are common for 3D printing and CAD. FBX is widely used in game engines like Unity and Unreal. COLLADA (DAE) is a universal exchange format supported by most 3D tools.