- Notifications
You must be signed in to change notification settings - Fork157
PLY binary import/export#70
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedSep 26, 2021 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
walbourn commentedNov 5, 2022
I don't see the implementation of |
PerspectivesLab commentedNov 6, 2022
UVAtlas/UVAtlasTool/UVAtlas.cpp Line 1027 in4eaa857
|
| if (!adjacency) | ||
| { | ||
| wprintf(L"Input adjacency pointer cannot be nullptr. Use DirectXMesh to compute it\n"); |
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading.Please reload this page.
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