I’m running into an issue related to mesh.updateFacetData() and glTF/GLB export.
Problem:
After calling mesh.updateFacetData(), exporting the scene to GLB causes all rounded / smooth objects to become visibly faceted.
The original smooth shading is lost and the geometry looks flat-shaded per facet.
This does not happen if updateFacetData() is not called.