Files
archived-stlTexturizer/js
Avatarsia 3c9bcfd75c perf: replace Three.js STLExporter with direct binary writer
Write binary STL directly from BufferGeometry typed arrays using
Uint8Array.set() bulk copies. Eliminates the Three.js STLExporter
overhead: no Mesh/Material creation, no identity matrix multiplication,
no redundant normal recomputation, no per-float DataView calls.
2026-04-06 02:38:58 +02:00
..
2026-04-01 10:59:23 +02:00