Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Open3D: A Modern Library for 3D Data Processing

Results 600 Open3D issues
Sort by recently updated
recently updated
newest added

+ Prebuilt Mesa CPU rendering library binary uploaded to Open3D_downloads. + Build script + docker instructions. + Auto-download during build. + Packaged with Python wheel, autoload if `OPEN3D_CPU_RENDERING` env var...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

bug

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

question

This PR adds linear and rotational extrusion for the Tensor-based PointCloud, Lineset, and TriangleMesh. - - - This change is [](https://reviewable.io/reviews/isl-org/open3d/5422)

Hi, After reconstructing triangle mesh, I would like to do mesh parameterization, such as Least Squares Conformal Mappings (LSCM). It is useful for mesh processing and texture mapping. Would you...

feature request

This seemed like an active todo and it would be useful for me to have these levers in the python code. --- This change is [](https://reviewable.io/reviews/isl-org/open3d/5304)

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

build/install issue
windows

draw_plotly method: visualize 3D models using plotly so that we can directly see models in cloud notebooks. - - - This change is [](https://reviewable.io/reviews/isl-org/open3d/5418)

Following issue created at https://github.com/isl-org/Open3D/issues/3713, in some circumstance it would be really great to have the indices of the cropped point clouds in SelectionVolume.CropInPolygon() function, for example, when the point...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

question