Phase 1 — High-Resolution Mesh Preparation (Metashape)
This phase creates the canvas — a decimated, uniform-density mesh that
serves as the base geometry for the Digital Replica. The canvas is exported
from Agisoft Metashape and stored in the EM 05_RB/03_Model_Library/
structure for the next phases.
1.1 Photo Alignment and Mesh Generation
Start with a standard photogrammetric project in Agisoft Metashape:
Align photos using standard workflow
Build dense cloud
Generate high-resolution mesh
Fig. 16 [SCREENSHOT: Metashape interface showing high-resolution mesh with ~74M polygons]
Note
The initial high-resolution mesh can contain tens of millions of polygons. This is normal and will be decimated in the next step.
1.2 Mesh Decimation (Canvas Creation)
Create the “canvas” - a uniform mesh with constant polygon density:
In Metashape, select Tools > Mesh > Decimate Mesh
Set target face count based on model area:
\[\text{Target Faces} = \text{Area (m²)} \times 1000\]Example: For 231 m² → 231,000 faces
Execute decimation
Verify mesh quality (check for holes, flipping geometries)
Fig. 17 [SCREENSHOT: Decimated mesh at 1000 poly/m² showing uniform density]
Why 1000 polygons/m²?
This density provides an optimal balance:
Sufficient detail to recognize most features
Low enough for efficient editing in Blender
Compatible with game engines (Unreal, Unity, Godot, O3DE)
Avoids flipping geometry artifacts common in very dense meshes
For the full rationale behind this choice, see Why the Digital Replica workflow.
1.3 Export Canvas Mesh
Select the decimated mesh
File > Export > Export Model
Format: Wavefront OBJ
Navigate to your EM project structure:
05_RB/03_Model_Library/[YourModelName]/meshmono/Create the subfolders if they don’t exist:
05_RB/03_Model_Library/[YourModelName]/ ├── meshmono/ # Single decimated mesh (this export) ├── meshpoly/ # Segmented tiles (created later) └── meshpolytex/ # Textured tiles (final output)
Export to the
meshmono/folderCoordinate system: Use local or georeferenced (note: will affect later steps)
EM Structure Note
All intermediate and final mesh outputs are stored within the Model Library (05.03) subfolder structure. This keeps photogrammetric outputs organized and separate from raw data and processing files. For the complete file-by-file location guide, see File locations — Digital Replica reference.
Fig. 18 [SCREENSHOT: Metashape export dialog with OBJ settings]
See also
Next step: Phase 2 — Mesh Segmentation (Blender + 3DSC)
Tool reference: 3DSC for Metashape — tool reference