nexus icon indicating copy to clipboard operation
nexus copied to clipboard

Is there a way to convert from .nxz to .ply?

Open roobscoob opened this issue 4 years ago • 1 comments

I'm just wondering if the nsxedit has a built-in way to convert from a .nxz file to a .ply or .stl, etc.

Thanks!

roobscoob avatar Oct 05 '19 21:10 roobscoob

Yes, you can:

nxsedit input.nxs -p output.ply

You can extract not only the full resolution model but also a decimated model using:

--size

or

--triangles

or

--last

which just remove the last LOD thus approximately halving the number of triangles. The final model requires a bit of post processing because there will be a number of duplicated vertices.

I wonder why would you want to do that except for decimating very large models....

Federico

On Sat, Oct 5, 2019 at 11:33 PM RowanHall [email protected] wrote:

I'm just wondering if the nsxedit has a built-in way to convert from a .nxz file to a .ply or .stl, etc.

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cnr-isti-vclab/nexus/issues/54?email_source=notifications&email_token=AAUDV23IALUGQTMRHXSP7CLQNEB3NA5CNFSM4I5ZNGBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HP3OWBA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUDV235WG25QOB5O3CWFX3QNEB3NANCNFSM4I5ZNGBA .

ponchio avatar Oct 07 '19 08:10 ponchio