Remesh

../_images/Remesh.png

Requirements

Input Streams: Any mesh stream

Output Streams: Modified mesh stream

Overview

The Remesh stage uses a voxel algorithm to generate completely new meshes per individual frame at a varying level of precision. Remeshing approximates the surface based on an invisible, 3D grid. Because of the grid-like nature, details smaller than an individual grid cell will be ignored or fused together, including small holes in the mesh, creases, or fine details like tips of fingers.

Warning

Remesh completely builds a mesh from scratch, removing any uvw coordinates, vertex colors, and vertex normals

Parameters

  • Depth: The depth setting specifies how many times the voxel grid is subdivided. Each increment of depth doubles the amount of divisions, dramatically increasing the precision of the remeshing process at the expense of performance and memory.

  • Generate Normals: Enabling Generate Normals will create new normals on the remeshed geometry.

Working with Remesh

Remesh completely removes all vertex attributes like Vertex Color or UV maps. UVs and textures removed from processing a Remesh stage can be recreated with Generate UVs and Transfer Texture stages, or a Texture Reconstruction stage.

Consider the level of details you are hoping to preserve when choosing your depth parameter: Lower values should fix large mesh issues but can negatively impact the surface details, while higher values will capture more detail but will likely preserve mesh defects and floating noise.

If you’re unsure of what settings to use we recommend running a test interval with the default settings, and moving depth by one step at a time until all fine detail is resolved in your capture.

../_images/depthcomparison2.png

You should run Clean Mesh with decimation enabled after using Remesh at Depth values of 8 or 9 in order to reduce processing and upload time caused by resulting high polygon mesh.

../_images/depthcomparison11.png

Enable Generate Normals parameter to create normals for your new mesh.