Page 1 of 1

PTX files with normals

Posted: Tue May 26, 2026 7:27 am
by framed
Hi Daniel,

It's now common for PTX files to include normals. Leica Register360 now has this option for exported PTX files. They have 10 columns in total: X Y Z int R G B Nx Ny Nz. Any chance you can add support for this extended PTX format?

Re: PTX files with normals

Posted: Wed May 27, 2026 10:54 am
by c3kkos
Is it plain ASCII file?

if so, rename extension to whatever ASCII format CC support and the wizard form will let you choose what gives what based on any number of columns

Re: PTX files with normals

Posted: Wed May 27, 2026 9:41 pm
by daniel
Yep, good trick for now. But we should definitely add this to the PTX I/O filter as well.

Re: PTX files with normals

Posted: Thu May 28, 2026 7:22 am
by framed
Thanks for the suggestion. Yes the ASCII method works, but the station info doesn't come through which is critical to my workflow.

Re: PTX files with normals

Posted: Fri May 29, 2026 2:31 pm
by daniel
Ok, I've made the change in the latest 2.14.beta version online (for Windows). Tell me if it works.

And even better, if you could send me a sample file, that would very useful to check that I've done things correctly.

Re: PTX files with normals

Posted: Fri May 29, 2026 2:54 pm
by c3kkos
The sensor is not imported correctly because the I/O filter for ASCII files is parsing data -> to points only.

Hence, CC will need a better, ad hoc filter for that format, in order to get the job done.

For now, you can painfully use the data to craft by hand the sensor item..... or can you?

is CC able to add a sensor and editing data into it by hand?