We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72487fb commit aba76c7Copy full SHA for aba76c7
pkg/openmvs/openmvs_impl.go
@@ -91,4 +91,8 @@ func (s OpenMVSServiceImpl) RunTextureMesh() {
91
fmt.Sprintf("%s/scene_dense_mesh_refine_texture.obj", s.Config.BuildDir),
92
fmt.Sprintf("%s/scene_dense_mesh_refine_texture.obj", s.Config.OutputDir),
93
)
94
+ s.Utils.CopyFile(
95
+ fmt.Sprintf("%s/scene_dense_mesh_refine_texture_material_00_map_Kd.jpg", s.Config.BuildDir),
96
+ fmt.Sprintf("%s/scene_dense_mesh_refine_texture_material_00_map_Kd.jpg", s.Config.OutputDir),
97
+ )
98
}
0 commit comments