What Is a PLY File (and How to Open One)

What a PLY file is, why it's the format of 3D scans and photogrammetry, how it stores per-vertex colour, and how to open one in your browser.

Updated 4 min read By CodingEagles
Free tool PLY Viewer Open .ply scans and meshes in your browser. Open tool

A PLY file (Polygon File Format, also called the Stanford Triangle Format) stores 3D geometry and, crucially, a colour value on each vertex. That makes it the natural format for 3D scans and photogrammetry, where colour captured from a real object is baked into the model. You can open one in the PLY viewer with no software.

Here is what a PLY is and where you will meet it.

Geometry with colour built in

Most exchange formats keep colour in textures or side files. PLY takes a different route: it can attach a colour directly to every vertex of the mesh. When a scanner records the surface of an object, it records the colour at each captured point too, and PLY stores both together. Open a typical scan and you see the real colours along with the shape.

The format of scans and photogrammetry

If you have used a handheld 3D scanner, a photogrammetry app that builds a model from photos, or a LiDAR capture, the output is very often a PLY. The format suits this work because it can hold either a finished triangle mesh or a raw point cloud, and it carries the captured colour without needing separate texture files.

Point cloud or mesh

A PLY can describe a connected mesh of triangles or just a cloud of points with no faces joining them. Fresh scan data is frequently a point cloud, which is later processed into a watertight mesh for printing or rendering. Both are valid PLY files; they simply differ in whether the points are stitched into surfaces.

A note on size

Because scans capture so much detail, PLY files can be very large. If yours is heavy or slow to open, the guide on reducing a 3D model’s file size explains how to simplify the mesh without wrecking it.

Open and inspect one

To look at a PLY, drop it into the PLY viewer. You can rotate, zoom and pan, switch to wireframe to study the mesh, read the dimensions and triangle count, and save a screenshot, all in your browser, with the file staying on your device.

Frequently asked questions

What program opens a PLY file?
Many 3D and scanning tools open PLY, and so do mesh editors like the free MeshLab. To simply look at one, you don't need any of them: the PLY viewer here opens it in your browser, with nothing to install and nothing uploaded.
Why does my PLY have colour when an STL doesn't?
PLY can store a colour value on each vertex, so a scan carries the colours captured from the real object. STL stores only geometry with no colour at all. That per-vertex colour is exactly why scanners and photogrammetry tools favour PLY over STL.
Can a PLY be a point cloud rather than a mesh?
Yes. PLY can hold a connected mesh of triangles or a loose point cloud of vertices with no faces. Raw scan output is often a point cloud, which later gets turned into a solid mesh. Either way the file describes points in 3D space, optionally with colour.

Ready to try it?

Open .ply scans and meshes in your browser. Free, in-browser, and 100% private, your data never leaves your device.

Open the PLY Viewer