Skip to content

Commit fcc7234

Browse files
Merge branch 'main' into batch_splatfacto
2 parents e39bd55 + 73fe54d commit fcc7234

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nerfstudio/exporter/marching_cubes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,5 @@ def evaluate(points: torch.Tensor) -> torch.Tensor:
251251
meshes.append(meshcrop)
252252

253253
combined_mesh: trimesh.Trimesh = trimesh.util.concatenate(meshes) # type: ignore
254+
combined_mesh.merge_vertices(merge_tex=True, merge_norm=True)
254255
return combined_mesh

0 commit comments

Comments
 (0)