Skip to content

Commit 54b127f

Browse files
HeaInbrentyi
andauthored
Fixing bounding box issue when exporting poisson mesh (#3591)
Co-authored-by: Brent Yi <[email protected]>
1 parent 047100d commit 54b127f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nerfstudio/scripts/exporter.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,6 @@ class ExportPoissonMesh(Exporter):
288288
"""Name of the normal output."""
289289
save_point_cloud: bool = False
290290
"""Whether to save the point cloud."""
291-
use_bounding_box: bool = True
292-
"""Only query points within the bounding box"""
293-
bounding_box_min: Tuple[float, float, float] = (-1, -1, -1)
294-
"""Minimum of the bounding box, used if use_bounding_box is True."""
295-
bounding_box_max: Tuple[float, float, float] = (1, 1, 1)
296-
"""Minimum of the bounding box, used if use_bounding_box is True."""
297291
obb_center: Optional[Tuple[float, float, float]] = None
298292
"""Center of the oriented bounding box."""
299293
obb_rotation: Optional[Tuple[float, float, float]] = None

0 commit comments

Comments
 (0)