Open3D
Open3D copied to clipboard
Open3D: A Modern Library for 3D Data Processing
### 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](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
## Type - [X] Bug fix (non-breaking change which fixes an issue): Fixes # - [ ] New feature (non-breaking change which adds functionality). Resolves # - [ ] Breaking...
### 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](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [x] I have checked the [release...
### 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](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [x] I have checked the [release...
### 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](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [x] I have checked the [release...
Unexpected win32.shl Package When Building Open3D with CUDA on Windows (Python 64-bit, x64 Target)
### 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](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [x] I have checked the [release...
### 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](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [x] I have checked the [release...
* Implement C++ function * Add gtests * Add pybind * Add pytests
## Type - [x] Bug fix (non-breaking change which fixes an issue): Fixes # - [ ] New feature (non-breaking change which adds functionality). Resolves # - [ ] Breaking...
The GLTF exporter does not currently support textured meshes. This is because Open3d's per triangle UV coordinates makes the task non-trivial. This change set adds that feature. Note: this depends...