We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f604fd9 commit ec730b5Copy full SHA for ec730b5
nerfstudio/exporter/marching_cubes.py
@@ -251,4 +251,5 @@ def evaluate(points: torch.Tensor) -> torch.Tensor:
251
meshes.append(meshcrop)
252
253
combined_mesh: trimesh.Trimesh = trimesh.util.concatenate(meshes) # type: ignore
254
+ combined_mesh.merge_vertices(merge_tex=True, merge_norm=True)
255
return combined_mesh
0 commit comments