Skip to content

Commit

Permalink
Fix weird remeshing behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Feb 14, 2025
1 parent ccf015b commit c637235
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions omnigibson/prims/cloth_prim.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ def _remesh(self):
ms.meshing_isotropic_explicit_remeshing(
iterations=5, adaptive=True, targetlen=pymeshlab.AbsoluteValue(particle_distance)
)
# Make sure the clothes is watertight
ms.meshing_repair_non_manifold_edges()
ms.meshing_repair_non_manifold_vertices()

# If the cloth has multiple pieces, only keep the largest one
ms.generate_splitting_by_connected_components(delete_source_mesh=True)
Expand Down

0 comments on commit c637235

Please sign in to comment.