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 fefe138 commit 21acdddCopy full SHA for 21acddd
pkg/openmvs/openmvs_impl.go
@@ -84,11 +84,11 @@ func (s OpenMVSServiceImpl) RunTextureMesh() {
84
}
85
s.Utils.CopyFile(
86
fmt.Sprintf("%s/scene_dense_mesh_refine_texture.mtl", s.Config.BuildDir),
87
- fmt.Sprintf("%s/final.mtl", s.Config.OutputDir),
+ fmt.Sprintf("%s/scene_dense_mesh_refine_texture.mtl", s.Config.OutputDir),
88
)
89
90
91
fmt.Sprintf("%s/scene_dense_mesh_refine_texture.obj", s.Config.BuildDir),
92
- fmt.Sprintf("%s/final.obj", s.Config.OutputDir),
+ fmt.Sprintf("%s/scene_dense_mesh_refine_texture.obj", s.Config.OutputDir),
93
94
0 commit comments