# 2D to 3D

{% hint style="success" %}

#### AI-based 3D model generation from image

Learn more about AI-based 3D model generation here: [Image to 3D model](/documentation/other/image-to-3d-model.md)
{% endhint %}

## Overview

To transform a 2D image into 3D, it must be in SVG (vector) format.

Once an SVG file is prepared, it can be imported by simply dragging and dropping it onto the canvas. After import, thickness can be set and the object can be converted into a geometric element.

{% embed url="<https://vimeo.com/728847812>" %}

## Post-import settings for SVG objects

* Texture Size - if the SVG object is intended to be converted into a plane, the resolution for the texture can be predefined. This setting can also be adjusted later in the material properties.<br>
* Segments - Controls the level of detail in the object when converting it into geometry (mesh). Increasing or decreasing the number of segments changes the polygon count and surface smoothness.<br>
* Offset - Defines the spacing between layers in a multi-layered SVG. Default offset is 1, preventing visual blending between layers by placing them on slightly different levels.<br>
* Extrude - Sets the thickness of the object. Thickness and other parameters can be adjusted at any time after conversion.<br>

<figure><img src="/files/hZvJFLcaO6dwpBlEltdm" alt="" width="365"><figcaption></figcaption></figure>

## Conversion options

### Convert to Plane

Transforms the SVG into a flat surface with textures applied. This process is similar to importing standard image files (PNG, JPG).

### Convert to Geometry

Converts the SVG into a geometric object or multiple objects, depending on the number of layers in the original SVG.

Right-click on the SVG object in the canvas or in the left panel and choose the geometry conversion option

<figure><img src="/files/OY3qwx0tnak4SaEekcbM" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.vectary.com/documentation/other/2d-to-3d.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
