Commit Graph

3 Commits

Author SHA1 Message Date
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
CNCKitchen a68eedba38 Add wireframe toggle in UI and implement wireframe rendering functionality 2026-03-17 11:34:21 +01:00
CNCKitchen 92e7f487ce initial commit 2026-03-16 20:37:32 +01:00