Skip to content
Snippets Groups Projects
  • Mikhail Rachinskiy's avatar
    5533f703
    PLY: Fix export faces with more than 255 sides · 5533f703
    Mikhail Rachinskiy authored
    Ideally we want to use uint16 or uint32 data type for this purpose,
    but certain DCCs have hardcoded uint8 limits in their PLY importers.
    
    Silently tringulating faces with many sides is bad, but it's even worse
    when correctly exported model won't load because of poor importer
    implementation in other DCCs.
    5533f703
    History
    PLY: Fix export faces with more than 255 sides
    Mikhail Rachinskiy authored
    Ideally we want to use uint16 or uint32 data type for this purpose,
    but certain DCCs have hardcoded uint8 limits in their PLY importers.
    
    Silently tringulating faces with many sides is bad, but it's even worse
    when correctly exported model won't load because of poor importer
    implementation in other DCCs.