Skip to content

Conversation

@PerspectivesLab
Copy link

@PerspectivesLab PerspectivesLab commented Sep 26, 2021

this pull request enables import/export of PLY files,
usages: uvatlastool file.ply -ply

nb: support for ascii will come at a later time.
it could be resolved soon on tinyply side
ddiakopoulos/tinyply#51

@ghost
Copy link

ghost commented Sep 26, 2021

CLA assistant check
All CLA requirements met.

@walbourn
Copy link
Member

walbourn commented Nov 5, 2022

I don't see the implementation of CreateFromPLY in this PR...

@PerspectivesLab
Copy link
Author

I don't see the implementation of CreateFromPLY in this PR...

LoadFromPLY(pConv->szSrc, inMesh);


if (!adjacency)
{
wprintf(L"Input adjacency pointer cannot be nullptr. Use DirectXMesh to compute it\n");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove all the debug edits here?

Note that SysInternals DBGVIEW.EXE is a great way to see the debug output without a full IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tools Applies to uvatlastool

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants