Skip to content
Novus Examples
ply

What is a .ply file?

model/ply

PLY (.ply, Polygon/Stanford Triangle Format) is a flexible 3D format storing a list of vertices and faces with arbitrary per-element properties (position, colour, normals, confidence), in ASCII or binary. It is standard for scanned meshes and point clouds.

How to use a .ply file

Use an example .ply file to test mesh/point-cloud parsers (Open3D, MeshLab), per-vertex colour handling, and PLY conversion.

Download example .ply files

Convert a .ply file to another format

← All file formats