Skip to content

Commit 23d070a

Browse files
committed
Move gltf to postprocess
1 parent 2046957 commit 23d070a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/content/docs/flowchart-options-flags.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,16 @@ subgraph MvsTexturingGroup[" "]
170170
direction RL
171171
172172
MvsTexturing["MvsTexturing"]
173-
texturing_gltf["gltf"]
174173
texturing_keep_unseen_faces["texturing-keep-unseen-faces"]
175174
texturing_single_material["texturing-single-material"]
176175
texturing_skip_global_seam_leveling["texturing-skip-global-seam-leveling"]
177176
texturing_use_3dmesh["use-3dmesh"]
178177
MvsTexturing
179178
180-
texturing_gltf ~~~ texturing_keep_unseen_faces
179+
texturing_keep_unseen_faces
181180
texturing_single_material ~~~ texturing_skip_global_seam_leveling
182181
texturing_use_3dmesh
183182
184-
click texturing_gltf "../options-flags/#gltf"
185183
click texturing_keep_unseen_faces "../options-flags/#texturing-keep-unseen-faces"
186184
click texturing_single_material "../options-flags/#texturing-single-material"
187185
click texturing_skip_global_seam_leveling "../options-flags/#texturing-skip-global-seam-leveling"
@@ -293,11 +291,13 @@ subgraph PostprocessGroup[" "]
293291
Postprocess["Postprocess"]
294292
post_3d_tiles["3d-tiles"]
295293
post_copy_to["copy-to"]
294+
post_gltf["gltf"]
296295
Postprocess
297-
post_3d_tiles ~~~ post_copy_to
296+
post_3d_tiles ~~~ post_copy_to ~~~ post_gltf
298297
299298
click post_3d_tiles "../options-flags/#3d-tiles"
300299
click post_copy_to "../options-flags/#copy-to"
300+
click post_gltf "../options-flags/#gltf"
301301
end
302302
303303
Images e01@==> DatasetGroup
@@ -343,11 +343,11 @@ class sfm_feature_quality,sfm_feature_type,sfm_force_gps,sfm_ignore_gsd,sfm_matc
343343
class openmvs_pc_filter,openmvs_pc_skip_geometric purpleNode;
344344
class filter_auto_boundary,filter_auto_boundary_distance,filter_boundary,filter_fast_orthophoto,filter_pc_sample yellowNode;
345345
class mesh_octree_depth,mesh_size,mesh_skip_3dmodel orangeNode;
346-
class texturing_gltf,texturing_keep_unseen_faces,texturing_single_material,texturing_skip_global_seam_leveling,texturing_use_3dmesh mintNode;
346+
class texturing_keep_unseen_faces,texturing_single_material,texturing_skip_global_seam_leveling,texturing_use_3dmesh mintNode;
347347
class georef_align,georef_crop,georef_pc_classify,georef_pc_copc,georef_pc_csv,georef_pc_ept,georef_pc_las goldNode;
348348
class dem_cog,dem_decimation,dem_euclidean_map,dem_gapfill_steps,dem_resolution,dem_dsm,dem_dtm,dem_smrf_scalar,dem_smrf_slope,dem_smrf_threshold,dem_smrf_window,dem_tiles skyNode;
349349
class Spliting,ortho_build_overviews,ortho_compression,ortho_cutline,ortho_kmz,ortho_no_tiled,ortho_png,ortho_resolution,ortho_skip sandNode;
350350
class report_skip redNode;
351-
class post_3d_tiles,post_copy_to tealNode;
351+
class post_3d_tiles,post_copy_to,post_gltf tealNode;
352352
353353
```

0 commit comments

Comments
 (0)