mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
3c9bcfd75c
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.