Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,6 @@ def extract_high_quality_mesh(
|
|
182 |
simplify=0.0, # No simplification at all
|
183 |
fill_holes=True, # Keep holes filled
|
184 |
fill_holes_max_size=0.04, # Standard hole filling size
|
185 |
-
fill_holes_max_hole_nbe=250, # Maximum hole boundary edges
|
186 |
verbose=True
|
187 |
)
|
188 |
|
|
|
182 |
simplify=0.0, # No simplification at all
|
183 |
fill_holes=True, # Keep holes filled
|
184 |
fill_holes_max_size=0.04, # Standard hole filling size
|
|
|
185 |
verbose=True
|
186 |
)
|
187 |
|