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:

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

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
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:

Where as in 3DHOP I see this when viewing the .nxs formatted mesh (using

nxsbuildtool):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
nxsbuildtool. 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
nxsbuildtool to no avail.The command ran for this conversion is:
nexus/bin/nxsbuild mesh.ply -o mesh.nxs -c -q 100