YangHai 55638f3bae Support reading uv and uv map for ply format if texture_uv exists in ply file (#1100)
Summary:
When the ply format looks as follows:
  ```
comment TextureFile ***.png
element vertex 892
property double x
property double y
property double z
property double nx
property double ny
property double nz
property double texture_u
property double texture_v
```
`MeshPlyFormat` class will read uv from the ply file and read the uv map as commented as TextureFile.

Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/1100

Reviewed By: MichaelRamamonjisoa

Differential Revision: D50885176

Pulled By: bottler

fbshipit-source-id: be75b1ec9a17a1ed87dbcf846a9072ea967aec37
2023-11-14 07:44:14 -08:00
..
2020-01-23 11:53:46 -08:00
2022-08-01 01:52:12 -07:00
2021-05-26 04:54:19 -07:00
2021-05-26 04:54:19 -07:00
2021-05-26 04:54:19 -07:00
2020-11-18 14:07:12 -08:00
2021-10-07 18:42:09 -07:00