PLY (Polygon File Format / Stanford Triangle Format)
PLY was designed at Stanford for storing 3D-scanned data. Beyond plain geometry it can attach arbitrary per-vertex properties — most importantly vertex colors — which makes it the format of choice for 3D scans, photogrammetry output and point-cloud-derived meshes.
Best for: 3D scans and colored meshes from photogrammetry.
Open .ply files in the free online PLY viewer — assembly tree, section views and display modes, entirely in your browser.
Drop it into the free online PLY viewer on this site — it renders in your browser with an assembly tree and section views, and the file is never uploaded. No software install needed.
Units: no. Colors/materials: per-vertex colors. Geometry is stored as triangle mesh / scan data.
Use the free PLY to STL converter: drop the file, press Convert, download. Everything runs locally in your browser — no upload, no signup.
3D scans and colored meshes from photogrammetry.
No. PLY can carry vertices, faces and optional per-vertex attributes such as scan color, but coordinates are unitless and the format has no standard assembly hierarchy.
No. PLY is used for 3d scans & photogrammetry, and its format does not carry animation tracks.