You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is quite verbose and slow in languages with a large object overhead (like Python :). As a proposal: add support for an NDArray element as a child of <vertices> (and probably <triangles> too), such as:
Hi, thanks for the great work! Currently 3MF encodes vertices and triangles with one node per vertex:
Which is quite verbose and slow in languages with a large object overhead (like Python :). As a proposal: add support for an
NDArray
element as a child of<vertices>
(and probably<triangles>
too), such as:This reduces storage use by roughly 24%, which isn't infinity but also isn't trivial:
The text was updated successfully, but these errors were encountered: