100% client-side — files never leave your device
3D Viewer

No model loaded

Drop a STEP, IGES, BREP or mesh file to preview it here.
PERSP

Free online 3DS viewer

Open a legacy .3ds model in the browser: object tree, triangle counts, dimensions, section planes and measurements. Parsed on your device, never uploaded.

Drop 3D files hereor click to browse — nothing leaves your browser

STEP · IGES · BREP · STL · OBJ · PLY · GLB · glTF · 3MF · COLLADA · AMF · FBX · 3DS · OFF · LAS · PCD · XYZ · PTS

How to open a 3DS file

  1. Drop your .3ds file onto the viewer above. A JavaScript loader parses the binary 3DS chunks in a Web Worker, so even a model split into dozens of meshes loads without blocking the page. Nothing is uploaded — the page reads the file you picked and keeps it on your device.
  2. Work through the object list. Each 3DS object becomes a tree entry, usually with its original short name. Because the format caps a mesh at 65,536 vertices, a large model often arrives split into many chunks — Color by part makes that structure visible.
  3. Check the geometry and measure it. Read triangle counts and bounding size to see what survived the decades, then section and measure. Per-object properties include surface area and an approximate volume.

What 3DS files are, and what writes them

The .3ds format comes from Autodesk 3D Studio for DOS and is one of the oldest mesh formats still in circulation. Despite hard limits — 16-bit vertex counts, 8.3 material names — enormous archives of legacy models exist in .3ds, so being able to read it still matters.

The .3ds files still in circulation came out of 3D Studio for DOS and later 3ds Max exports, and out of the enormous free-model archives of the 1990s and 2000s. Nobody authors new ones; people inherit them.

  • Vast archives of legacy assets
  • Small files, simple structure
  • Readable by nearly every 3D package

Best for: Recovering geometry from legacy model libraries. There is a fuller write-up on the 3DS format reference page.

What you can inspect in 3DS files here

  • Each 3DS object as its own tree entry with independent visibility.
  • Basic material colors, which is all the format stores.
  • Triangle counts and bounding dimensions per object — often the only way to tell whether a legacy file is worth keeping.
  • Section planes and snapped measurement, plus wireframe and X-ray display for inspecting old, coarse tessellation.

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 3DS

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.

  • Texture map files referenced by name are not loaded, so materials show as flat colors.
  • Names are truncated by the format itself, so tree entries can read cryptically — that is the file, not the viewer.
  • Animation keyframe data in the file is not played.
  • No units: coordinates are shown as stored with a millimetre label, and 1990s models rarely used a consistent scale.
  • Very old files can be malformed in ways no loader recovers from; if the parse fails, the geometry is probably not there.

3DS at a glance

3DS files
Extensions.3ds
GeometryPolygon mesh
UnitsNo
Colors & materialsBasic materials
AnimationsLimited
Typical useLegacy model archives

3DS carries no unit information, so the readouts show raw coordinates with a millimetre label. Legacy models are often at an arbitrary scale, so measure a known feature before trusting the numbers.

Convert 3DS instead of just viewing it

3DS is read-only here. If the geometry is worth keeping, get it out of the format before the last importer disappears. The converter runs on the same local pipeline as this viewer, so a conversion is just as private as a preview: 3DS to GLB is the usual choice.

Frequently asked questions

What can open a .3ds file today?

This page can, in a browser tab, with an object tree, section planes, measurement and per-object properties. Most modern DCC tools have dropped or deprioritised their 3DS importers, which is why legacy archives are awkward to open.

Why are the materials and textures missing?

A .3ds file stores basic material colors and only references its texture images by name. Those image files are not part of what you dropped, so meshes show their base colors instead.

Why is one model split into so many objects?

Because the format uses 16-bit indices and caps a mesh at 65,536 vertices. Exporters split anything larger into chunks, and the tree faithfully shows each one.

Should I convert 3DS to something else?

Yes, if you intend to keep using the model. Moving it to glTF or GLB gets you a maintained format with real material support, sane naming and no vertex ceiling.

What does 3DS store, and how much of it does the viewer show?

Geometry: polygon mesh. Units: no. Colors and materials: basic materials. Animations: limited. Of that, the viewer draws geometry and flat base colors; texture maps and animation are never displayed. 3DS carries no unit information, so the readouts show raw coordinates with a millimetre label. Legacy models are often at an arbitrary scale, so measure a known feature before trusting the numbers.

Where to go next

Read the 3DS format reference for the format itself, open the general 3D and CAD viewer if you have several formats to look at, or start from the 3D and CAD converter.

The mesh simplifier does not read .3ds 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.

Guides