Skip to content

Commit

Permalink
half float support
Browse files Browse the repository at this point in the history
  • Loading branch information
leventt committed Dec 12, 2023
1 parent f5862da commit d9a8f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plyfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,8 @@ def _lookup_type(type_str):
('int', 'i4'),
('uint32', 'u4'),
('uint', 'u4'),
('float16', 'f2'),
('half', 'f2'),
('float32', 'f4'),
('float', 'f4'),
('float64', 'f8'),
Expand Down

0 comments on commit d9a8f4f

Please sign in to comment.