> ## Documentation Index
> Fetch the complete documentation index at: https://01c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Image to 3D Mesh Generator

> Transform 2D images into production-ready 3D models in seconds using AI.

## How to Use

<CardGroup cols={2}>
  <Card title="Upload an Image" icon="image">
    * Click the **+** button to browse files
    * **Paste** directly from clipboard (Ctrl+V)
    * Supported: PNG, JPEG, WebP
  </Card>

  <Card title="Add an Optional Prompt" icon="text">
    * Describe how you want to alter or refine the image
    * Example: "make it look weathered", "add a metallic finish"
    * Be descriptive with materials and aesthetics
  </Card>
</CardGroup>

## Generation Process

<Steps>
  <Step title="Generate">
    Click the **Generate** button. The AI processes your request in under a minute.
  </Step>

  <Step title="Preview & Download">
    Once complete, you'll see a 3D preview. Click **Download GLB** to save the file.

    <Note>
      The `.glb` file is ready for: Blender, Unity, Unreal Engine, or web viewers.
    </Note>
  </Step>
</Steps>

## Best Practices

<CardGroup cols={2}>
  <Card title="Subject Clarity">
    Images with a single, clear subject on a simple background work best. Avoid cluttered scenes.
  </Card>

  <Card title="Lighting">
    Even lighting helps the AI understand the shape. Avoid harsh shadows or overexposure.
  </Card>

  <Card title="Resolution">
    High-quality inputs (up to 10MB) yield better details.
  </Card>

  <Card title="Descriptive Prompts">
    Include style keywords like "low poly", "realistic", or material types.
  </Card>
</CardGroup>
