Page 1 of 1

Export points with normals

Posted: Mon Jan 07, 2013 2:59 pm
by Scrible
Dear Daniel,
first of all I would like express my admiration and gratitude for your work! Really awesome, keep it up.

I've noticed, that in the latest build (last release: v2.4 / Qt) it seems as if something doesn't quite work when trying to export a pointcloud with normals (as txt, pts, asc etc.):
When looking at the exported file, a space is missing between x y z and nx ny nz (an example: 2.956757 -1.433667 -1.9923530.109348 -0.183473 0.973434).

I'm not sure if the previous builds have the same problem, the 32bit version can't handle the file sizes I'm currently working with and I can't find older 64bit versions.
System: Win7 Pro 64 bit

Cheers,
Arie

Re: Export points with normals

Posted: Mon Jan 07, 2013 4:07 pm
by daniel
OMG! You're right, a space character as disappeared in the code...

I've already fixed this in the trunk version. I'll update the official release asap.

Sorry for the inconvenience and thanks for the feedback,

Daniel

Re: Export points with normals

Posted: Mon Jan 07, 2013 4:09 pm
by Scrible
Thanks for the fix.
Cheers!