Writing triangle mesh into ply files with arbitrary data types
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
We can write pointclouds in ply files with arbitrary data types (see quote below), including float32, but if we have a mesh derivated from this pointcloud, it will be written as a legacy mesh, so we are stuck to double precision.
> Writing ply files with arbitrary data types is supported in the tensor based point cloud IO:
http://www.open3d.org/docs/latest/python_api/open3d.t.io.write_point_cloud.html#open3d.t.io.write_point_cloud
>
> Please test and let us know if this works for you.
>
> _Originally posted by @ssheorey in https://github.com/isl-org/Open3D/issues/1325#issuecomment-840827943_
What about writing `open3d.t.geometry.TriangleMesh` in arbitrary data types (especially float32) ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.