PLY
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|ply}} |released=1994 |wikidata={{wikidata|Q3077345}} |pronom={{PRONOM|fmt/831}} }} '''PLY''...") |
(Added software and samples) |
||
Line 14: | Line 14: | ||
== Format description == | == Format description == | ||
* [http://paulbourke.net/dataformats/ply/ Description with examples] | * [http://paulbourke.net/dataformats/ply/ Description with examples] | ||
+ | |||
+ | == Software == | ||
+ | * [https://github.com/assimp/assimp assimp] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|poly/polygonFileFormat}} |
Latest revision as of 14:36, 9 March 2024
PLY (Polygon File Format, Stanford Triangle Format) is a format for expressing graphical objects as a collection of polygons. It is found in both ASCII and binary versions.
Contents |
[edit] Identification
The ASCII version starts with a line consisting of "ply".