mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-19 22:00:35 +08:00
Alternative type names in PLY #205
Summary: Add ability to decode ply files which use types like int32. Reviewed By: nikhilaravi Differential Revision: D21639208 fbshipit-source-id: 0ede7d4aa353a6e940446680a18e7ac0c48fafee
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b4fd9d1d34
commit
f2d1d2db69
@@ -284,7 +284,7 @@ class TestMeshPlyIO(TestCaseMixin, unittest.TestCase):
|
||||
format,
|
||||
"element vertex 8",
|
||||
"property float x",
|
||||
"property float y",
|
||||
"property float32 y",
|
||||
"property float z",
|
||||
"element vertex1 8",
|
||||
"property float x",
|
||||
|
||||
Reference in New Issue
Block a user