lutraconsulting / MDAL

Mesh Data Abstraction Library
http://www.mdal.xyz/
MIT License
160 stars 50 forks source link

max vertices per face for PLY format #378

Closed vcloarec closed 3 years ago

vcloarec commented 3 years ago

@runette , does PLY support more than 3 vertices per face? https://github.com/lutraconsulting/MDAL/blob/f799685648e48ff82d13f3299287b91ba5db1b4f/mdal/frmts/mdal_ply.hpp#L31

runette commented 3 years ago

The format puts no constraint on the number of vertices per face - to the format it is just a list.