PLY
الامتدادات: ply4 أداة
PLY (Polygon File Format) was designed by the Stanford University Graphics Laboratory and is widely used for 3D scanner output and point cloud/mesh processing. It supports attributes such as vertex coordinates, colors, normals, and texture coordinates, and provides both ASCII and binary encoding.
PLY is known for its simplicity and flexibility, but this also defines its functional boundaries: it lacks standard animation and material systems, making it more suitable for static geometry and scanned data. Binary PLY files are smaller and load faster, and are preferred when processing scanned data.
تفاصيل التنسيق
- الاسم الكامل
- Polygon File Format (PLY)
- النوع
- Point Cloud / Mesh
- الأدوات
- فتح بواسطة
- ملاحظات
- No texture or material support
- Large file sizes for complex meshes
- الميزات المدعومة
- Vertex color and normal support
- Binary and ASCII encoding
- Compatible with MeshLab, CloudCompare, Open3D
- Widely used in academic research and 3D scanning

