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

Loss of texture quality after converting .ply + texture to .nxs on large mesh #159

Open
jdcast opened this issue Aug 15, 2023 · 1 comment

Comments

@jdcast
Copy link

jdcast commented Aug 15, 2023

I'm using a mesh with ~0.5M vertices and ~1M faces. Its texture is ~250MB in size and located in the same directory as the mesh file.

In meshlab I see this:
image

Where as in 3DHOP I see this when viewing the .nxs formatted mesh (using nxsbuild tool):
image

I would have expected the color chart card and April tag to be more similar between the two views.
I assume this difference is due to a loss in texture quality/representation after using the nxsbuild tool. However, I'm not sure where in the pipeline this issue stemming from. Is the resulting .nxs mesh not representing the texture and instead only storing vertex colors perhaps?
I've tried fiddling with options in nxsbuild tool to no avail.
The command ran for this conversion is:
nexus/bin/nxsbuild mesh.ply -o mesh.nxs -c -q 100

@ponchio
Copy link
Contributor

ponchio commented Aug 16, 2023 via email

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

No branches or pull requests

2 participants