Search found 7362 matches

by daniel
Thu Sep 06, 2018 6:50 pm
Forum: Issues, bugs, etc.
Topic: Bug in translation with big coordinates
Replies: 1
Views: 1677

Re: Bug in translation with big coordinates

Indeed, the fields in the "Global Shift & Scale" dialog are not meant to be used with so much digits. Therefore they probably truncate the input value. If you want to use such values, you would need to increase the 'precision' of these fields and recompile the project. Or maybe more si...
by daniel
Thu Sep 06, 2018 6:48 pm
Forum: Questions
Topic: Opening las/laz files
Replies: 12
Views: 17771

Re: Opening las/laz files

Well, CC has actually two ways to load/save LAS files. The default one is indeed relying on PDAL and even if it can load LAS 1.4 files, it cannot load FWF data. I am not the author of this component, therefore I'm not sure about the exported formats... I assumed it was automatically selected bu PDAL...
by daniel
Thu Sep 06, 2018 5:52 pm
Forum: Questions
Topic: Batch saving all point clouds with CC Object Name as ascii
Replies: 1
Views: 1009

Re: Batch saving all point clouds with CC Object Name as ascii

One solution is to select all the clouds (you can right click on the top folder and use the 'Select children by type and/or name' tool (with type 'Point cloud'). And then use "File > Save" and choose the "Ascii cloud (*.)" filter to save all of them as separate files (not sure ab...
by daniel
Thu Sep 06, 2018 5:49 pm
Forum: Questions
Topic: CloudCompare and Potree
Replies: 3
Views: 2125

Re: CloudCompare and Potree

I dont' think Potree can read BIN files from CloudCompare. Can't you load an ASCII (text) file instead?
by daniel
Wed Sep 05, 2018 9:22 pm
Forum: CloudCompare
Topic: About ccPointCloud problem.
Replies: 7
Views: 17032

Re: About ccPointCloud problem.

Yes indeed... It's strange that you still have this issue. Are you able to start this code in debug mode (should be the default in Visual Studio) and check where (and why) it crashes exactly?
by daniel
Wed Sep 05, 2018 9:21 pm
Forum: Questions
Topic: Command Line Use
Replies: 21
Views: 10336

Re: Command Line Use

Nope, you have to set it manually (and with the same values for each cloud) in this case.
by daniel
Wed Sep 05, 2018 9:19 pm
Forum: Questions
Topic: How is "*.rds format" read it by CC ?
Replies: 5
Views: 1122

Re: How is "*.rds format" read it by CC ?

Okay I fixed that in the code. It will be available in the next (beta) release.

Even though it's not 'perfect', it's still better than the previous version ;). Many thanks for the feedback and the tests.
by daniel
Tue Sep 04, 2018 9:28 pm
Forum: CloudCompare
Topic: About ccPointCloud problem.
Replies: 7
Views: 17032

Re: About ccPointCloud problem.

Hum, I haven't tried with Qt 5.10 (I'm still at 5.9) but I don't believe this is the cause of the issue...

Do you really have the latest version with the templated version of CCLib::PointCloud? (PointCloudTpl)
by daniel
Mon Sep 03, 2018 7:25 pm
Forum: Questions
Topic: How is "*.rds format" read it by CC ?
Replies: 5
Views: 1122

Re: How is "*.rds format" read it by CC ?

Do you have any idea of what the correct transformation would be?
by daniel
Fri Aug 31, 2018 7:58 pm
Forum: Questions
Topic: How is "*.rds format" read it by CC ?
Replies: 5
Views: 1122

Re: How is "*.rds format" read it by CC ?

Hum, if the RDS files are read by the 'old' Riegl filter (the one I developed myself) then I remember having discussed about this field with someone from Riegl because I found the values to be 'strange' but he told me that they looked fine... Compared to the values you get with the exporter, I bet t...