---
title: 3D Body Model
description: >-
  What a 3D body model is, how parametric models represent human shape from
  measurements, and how they are used for sizing and fit in fashion e-commerce.
shortDefinition: >-
  An adjustable digital mesh of the human body, generated from measurements or
  photos, used to simulate fit and sizing.
relatedTerms:
  - drape
  - pose-estimation
  - virtual-fitting-room
heroImage: /glossary-images/3d-body-model-shapes.webp
keywords:
  - 3d body model
  - parametric body model
  - body mesh
publishedAt: '2026-06-10'
updatedAt: '2026-06-10'
noindex: false
canonicalPath: /glossary/3d-body-model
---

## What is a 3D body model?

A **3D body model** is a digital mesh representing the human body. Most are **parametric**: a small set of parameters (height, chest, waist, hip measurements, or learned shape coefficients) deforms a template mesh into a specific body shape. Research models such as SMPL popularized this approach, separating *shape* (the person's build) from *pose* (how they're standing).

The model can be created from manual measurements, a body scan, or estimated from one or more photos using [pose estimation](/glossary/pose-estimation.md) and shape regression.

![A parametric 3D body model shown at several body shapes](/glossary-images/3d-body-model-shapes.webp)

## What it's used for

- **Size recommendation**: comparing the body mesh against a garment's measurements to suggest a size.
- **Fit visualization**: showing where a garment would be tight or loose, often as a heatmap.
- **Cloth simulation**: physics engines drape digital garments over the mesh to preview [drape](/glossary/drape.md) in 3D garment design tools.
- **Avatar try-on**: dressing a personalized avatar rather than the shopper's own photo.

## 3D body models vs. photo-based try-on

Avatar approaches built on body models are strong on *measurable fit* but show an avatar, not the actual person. Photo-based [virtual fitting rooms](/glossary/virtual-fitting-room.md) show the garment on the shopper's real photo, prioritizing visual realism over millimeter accuracy. Some systems combine both: a body model for sizing, generative imagery for the visual.

<Faq>
  <FaqItem question="Can a 3D body model be created from a single photo?">
    Approximately, yes. Modern methods regress shape parameters from one image, though accuracy improves with multiple angles or known reference measurements. Scanning hardware remains the most precise option.
  </FaqItem>
</Faq>
