> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ordinary.space/llms.txt
> Use this file to discover all available pages before exploring further.

# 3D Model Optimizations

> Notes on quick wins to make your prototypes run smoothly

## Export Compression

<Columns cols={2}>
  <Frame style={{ border: '0px', background:'white'}}>
    A quick win to make heavy 3D assets more performant and save on file size is to compress it's textures.
    Blender offers a simple checkbox on export with various parameters to optimise even further.
  </Frame>

  <Frame style={{ border: '0px', background:'white'}}>
    <img src="https://mintcdn.com/ordinaryobjects/O0VpJ6Vr7kjpRroz/images/3d-asset-compression-blender.png?fit=max&auto=format&n=O0VpJ6Vr7kjpRroz&q=85&s=6c0d542189ce7cdf49ecba251b89a6ae" alt="image.png" width="665" height="1024" data-path="images/3d-asset-compression-blender.png" />
  </Frame>
</Columns>

## Optimize texture maps

The Blender plugin [SimpleBake](https://superhivemarket.com/products/simplebake---simple-pbr-and-other-baking-in-blender-2) helps to optimize textures for exmaple by allowing you to separately bake the textures of a selected object.

## View 3D models in your file system

When creating multiple versions of a 3D model, it can be tricky to compare or find the right one. [3DViewer.xyz](https://3dviewer.xyz/) is a great helper that integrates nicely with your macOS finder to preview 3D models of varrying file fromats.
