# Meshy 5 Remesh (https://docs.fuser.studio/docs/nodes/mesh/meshy-5-remesh)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/fal-ai/meshy/v5/remesh)._

## Inputs [#inputs]

- **Model** (`mesh`) — The source 3D model to remesh. Supported source formats are GLB, GLTF, OBJ, FBX, and STL.

- **Topology** (`dropdown`) — Set remeshed topology to Quad for smoother surfaces or Triangle for finer detail.

   Optional: `true` • Default: `triangle` • Accepts: `Quad`, `Triangle`

- **Target Polycount** (`slider`) — Target number of polygons in the generated model. Actual count may vary based on geometry complexity.

   Optional: `true` • Default: `30000` • Minimum: `100` • Maximum: `300000`

- **Origin Position** (`dropdown`) — Optionally move the model origin to the bottom or center. None keeps the current origin unchanged.

   Optional: `true` • Default: `none` • Accepts: `None`, `Bottom`, `Center`

- **Resize Height (m)** (`number`) — Resize the model to this target height in meters. Set 0 to keep the original scale.

   Optional: `true` • Default: `0` • Minimum: `0`

## Outputs [#outputs]

- **Remeshed 3D** (`mesh`) — The remeshed GLB model.