Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of PLY/ASCII data format #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SKoptew
Copy link

@SKoptew SKoptew commented Aug 22, 2019

  1. Support of PLY/ASCII data format
  2. Correct processing of "comment" and non-lowcase attributes (like Alpha instead of alpha) in header.
  3. Loading of float-precision RGBA attributes (cast to byte-precision anyway, due to Mesh class precision limitations).

Signed-off-by: Sergey Koptev skoptew@gmail.com

2. Correct processing of "comment" and non-lowcase attributes (like Alpha instead of alpha) in header.
3. Loading of float-precision RGBA attributes (cast to byte-precision anyway, due to Mesh class precision limitations).

Signed-off-by: Sergey Koptev <skoptew@gmail.com>
@keijiro keijiro self-assigned this Aug 22, 2019
@SKoptew
Copy link
Author

SKoptew commented Aug 22, 2019

Hi!
There is sample of PLY/Ascii model - sample object from Houdini FX.
https://drive.google.com/open?id=1pbjZbnooHX1pUoJclu6bfA9AT9v757nZ

@sriram98v
Copy link

I have am working a small command line tool that can be used to convert the encoding between binary big endian, binary little endian and ascii encoding here.

Hope this is of help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants