Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer Studio

2026.5.0

Supported
​

User Manual

Python API

Changelog

Asset Transformer Studio

2026.5.0

Supported
​

​
​
Get started
  • About Asset Transformer Studio
  • Getting started
  • Additional Resources
User Interface
  • Overview
  • Menu Bar
  • Toolbars
  • Window
  • Customizing the User Interface
Data Preparation Fundamentals
  • Overview
  • General Information
  • Typical Data Preparation Workflow
  • About 3D Models Types
  • About the Product Structure (Tree)
  • About Occurrences
  • About Instances & Prototypes
  • About Face and Vertex Normals
  • About UVs
  • About Tessellation
    • Re-Tessellate
  • About Decimation
  • About Animation
  • Glossary
Working With Asset Transformer Studio
  • Overview
  • Videos and Tutorials
  • Supported File Formats
  • Importing Files
  • Exporting Files
  • Scripting With the Python API
  • Interrupting a Process
  • Plugins
  • Errors in Asset Transformer Studio
Python API Reference
  • Overview
Changelog
  • Changelog
  1. Asset Transformer Studio
  2. Data Preparation Fundamentals

About Tessellation

What tessellation is and how it works in Asset Transformer Studio
Read time 4 minutes
Last updated 10 hours ago

Note
Have a look at About 3D Models Types to understand the difference between CAD models and polygonal models.
To be displayed in a 3D application, CAD models' faces need to be translated into tessellated surfaces, also called meshes.
A mesh is composed of multiple connected polygons, or triangles (1 polygon generally equals 2 coplanar triangles), forming a discretized geometry that is understandable by a GPU, to be rendered in a 3D application.
The more triangles used to represent a surface, the more realistic the rendering, but the more computation is required.
Tessellation example
The tessellation step is very important in data preparation as it defines the maximum quality of the CAD model. The tessellation algorithm has proven to be very efficient at transforming any CAD model into meshes, ready to be displayed and exported, with a perfect balance between visual quality and polygon count.
The Tessellate function is available from the CAD menu.
Note
Want to learn more about the process of tessellating CAD models? Have a look at this keynote!
Tessellation result

Parameters

Several parameters are used to control the tessellation, the most important ones being:

Parameter

Description

Max SagThe maximum distance between the geometry and the tessellation (also called "Chord error"). This parameter ensures that the mesh is similar enough to the original analytical CAD surface (exact geometry). A low value means that a very fine mesh is created. The distance values are expressed in millimeters.
Max AngleThe maximum angle allowed between normals of two adjacent polygons (on the same face). This provides more precision on small radius fillets. Adjust the
Max angle
parameter to keep enough polygons in high curvature areas whose radius is lower than the
Max Sag
value, like fillets for example.
Max LengthUsed to control the maximum length of a polygon (edge). For rendering, it is often recommended not to use the
Max Length
parameter. It increases the polygon count without significant improvement on the visual aspect. But in case of very long objects (a plane body, a train cabin…), this setting can avoid lighting artifacts caused by too long/stretched polygons.
Tessellation parameters

Example

In the example below, reducing the
Max Sag
value from 0.2mm to 0.1mm made the mesh less rough and more realistic:
Sag parameter effect
Then, adding the
Max angle
parameter (with a 20° value) has improved fillet precision by adding a row of polygons without increasing the polygon count for the yellow piece contour:
Angle parameter effect

Presets

The Tessellate function comes with 4 default presets:
Tessellation presets

Preset

Description

LowDelivers less accurate meshes. Use this preset for objects that will be seen from a distance, or for large objects with no details that need to be seen.
Medium (default)Delivers well-balanced meshes. It is the default preset that will give the best result in most situations, a good average between polycount and visual quality.
HighDelivers more detailed meshes. Use this preset for objects that will be observed more closely (close to the virtual camera), or for objects that have small and important details.
Very HighDelivers super-detailed meshes. Use for objects that have small details that are important, or for very small objects, like rings, microchips…
Presets comparison
The difference of quality is very hard to distinguish, especially between
Medium
and
High
presets. With
Low
preset, the lack of polygons is starting to show.
This demonstrates that using the
Medium
preset is most of the time the best solution
, especially if you do not need to zoom closely on the model's details.
Note
Once you have found the perfect set of tessellation parameters that gives the quality you need, save them in a new preset!

Tessellation and Part size

The
Max Sag
is a distance criterion: a smaller value is necessary to guarantee a sufficient quantity of polygons on small parts.
A bigger Part in terms of scale does not mean that this part does not contain some potentially important details.
So, a small Sag value can also be used to maintain quality on detailed areas of bigger parts.
In the below example, the red beam (way bigger than the yellow ring) was tessellated with a 5 mm Sag, and 0.1 mm for the ring.
The result is that the hole in the beam was turned into a square: details on a big part were lost.
Tessellation and size
In a general approach, the best strategy is to find criteria (size, material, any metadata…) to perform a targeted tessellation, with different settings, based on these criteria.

About Re-tessellate

Models that contain BRep surfaces (CAD models) can be retessellated directly in the scene without having to import the model all over again. Re-Tessellate allows you to fine-tune tessellation quality of entire models or individual parts in the scene.

Related topics

  • About 3D Models Types
  • Re-Tessellate
  • About Decimation

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Parameters

    • Example

    • Presets

    • Tessellation and Part size

    • About Re-tessellate

    • Related topics