格式指南

PLY File Format (.ply)

Stanford polygon format — per-vertex color, normals, and custom attributes for point clouds and scan data.

下载免费试用版

30天免费试用。无需信用卡。Windows 10/11。

Extension.ply
Full namePolygon File Format / Stanford Triangle Format
Geometry typePolygon mesh with custom per-vertex/per-face attributes
VariantsASCII, Binary (little-endian), Binary (big-endian)
Open standardYes
Supports colorYes — per-vertex RGB/RGBA
Supports normalsYes — per-vertex
Supports arbitrary propertiesYes — self-describing header

什么是PLY文件?

PLY (Polygon File Format) was developed at Stanford University in the 1990s for 3D scan data. PLY uses a flexible self-describing header defining per-vertex and per-face properties — position, RGB color, normal vector, confidence, intensity. This makes PLY ideal for 3D scanner output and photogrammetry point clouds.

PLY文件的常见用途

3D Scanning & Point Clouds

Lidar scanners, structured light scanners and depth cameras (Intel RealSense, Azure Kinect) output PLY files with per-point color and normal data.

Photogrammetry Output

Photogrammetry software (Agisoft Metashape, COLMAP, OpenMVS) exports point clouds and dense meshes as PLY files.

Research Datasets

The Stanford 3D Scanning Repository (Stanford Bunny, Dragon) distributes datasets in PLY format.

软件支持

MeshLab, CloudCompare, Blender, Open3D, PCL (Point Cloud Library), Assimp, 3D Slicer and 3D CAD Converter.

转换此格式

Commonly converted to STL for 3D printing, to OBJ for rendering, or to glTF/GLB for web visualization. Mesh repair is often needed before printing PLY scan data.