Optimization in Needle Cloud refers to automatically processing your uploaded 3D assets to make them load faster and perform better on the web. This includes tasks like:
Mesh simplification (creating multiple level-of-detail meshes) for progressive loading
Texture resizing (creating different resolutions) for progressive loading
Mesh compression with GPU optimized formats (Draco, Meshopt)
Texture compression with GPU optimized formats (KTX/Basis Universal, WebP)
Converting different 3D model formats to the web-standard glTF/GLB
Ensuring assets are delivered efficiently via our Content Delivery Network (CDN).