Skip to content
Snippets Groups Projects
  • Dalai Felinto's avatar
    5c872413
    own patch [#30877] ply exporter to use shared faces when not exporting the normals · 5c872413
    Dalai Felinto authored
    Faces should be exported with shared vertices whenever possible (otherwise this is simply a STL exporter). Since PLY stores normals per vertex it's understandable that we need 'individual' faces when exporting normals. However when this is not the case I think shared vertices should be default behaviour. This is what this patch implement.
    
    Thanks Campbell for reviewing it. Thanks Aldo Zang for reporting it (off trackers, in the old fashion real life)
    5c872413
    History
    own patch [#30877] ply exporter to use shared faces when not exporting the normals
    Dalai Felinto authored
    Faces should be exported with shared vertices whenever possible (otherwise this is simply a STL exporter). Since PLY stores normals per vertex it's understandable that we need 'individual' faces when exporting normals. However when this is not the case I think shared vertices should be default behaviour. This is what this patch implement.
    
    Thanks Campbell for reviewing it. Thanks Aldo Zang for reporting it (off trackers, in the old fashion real life)