You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm converting a large .ply meshes to .nxs format using nxsbuild. One mesh has ~9.6M vertices and ~19.3M faces. The other mesh has ~0.5M vertices and ~1M faces. Both meshes have textures of ~250MB in size.
The conversion runs fine for both meshes if I don't use -O but if it is used, then it always ends in a segmentation fault.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi,
I could not replicate the issue... but this option is rarely used
and some changes to the code might have created this issue.
Could send me the meshes (or any pair of meshes with the same problem)?
On Wed, Aug 16, 2023 at 1:00 AM John Cast ***@***.***> wrote:
I'm converting a large .ply meshes to .nxs format using nxsbuild. One
mesh has ~9.6M vertices and ~19.3M faces. The other mesh has ~0.5M vertices
and ~1M faces.
The conversion runs fine for both meshes if I don't use -O but if it is
used, then it always ends in a *segmentation fault*.
Any ideas?
—
Reply to this email directly, view it on GitHub
<#158>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUDV2644TEXFBPC6C5FCMDXVP5PPANCNFSM6AAAAAA3RWAKBQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I'm converting a large .ply meshes to .nxs format using
nxsbuild
. One mesh has ~9.6M vertices and ~19.3M faces. The other mesh has ~0.5M vertices and ~1M faces. Both meshes have textures of ~250MB in size.The conversion runs fine for both meshes if I don't use
-O
but if it is used, then it always ends in a segmentation fault.Any ideas?
The text was updated successfully, but these errors were encountered: