Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Tensor TriangleMesh IO

Open reyanshsolis opened this issue 1 year ago • 2 comments

This change is Reviewable

reyanshsolis avatar Aug 08 '22 07:08 reyanshsolis

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

update-docs[bot] avatar Aug 08 '22 07:08 update-docs[bot]

Now I directly do a memory copy of the whole vertex buffer from assimp, but the triangle in assimp is stored as a struct and can not use memcpy to create triangle tensor in open3d.

ZhengyuDiao avatar Aug 28 '22 09:08 ZhengyuDiao

Material and UV support remain to be added. LGTM after CI.

yxlao avatar Sep 22 '22 04:09 yxlao