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
trafficstars

### 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 change is [](https://reviewable.io/reviews/isl-org/open3d/5311)

I'm running a simple I/O test for my textured OBJ mesh file using this code: ``` import open3d as o3d def visualize(mesh): vis = o3d.visualization.Visualizer() vis.create_window() vis.add_geometry(mesh) vis.run() vis.destroy_window() textured_mesh...

bug
io
mesh
texture

### 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

### 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...

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 the UVAtlas library for UV unwrapping. --- This change is [](https://reviewable.io/reviews/isl-org/open3d/5376)

### 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

This PR updates the fmt::formatter specialization as documented in the fmtlib documentation for fmtlib >= 7, and fixes the build errors with fmtlib >= 8. --- This change is [](https://reviewable.io/reviews/isl-org/open3d/5303)