Search found 5 matches

by abellia
Mon Dec 08, 2025 5:03 pm
Forum: Questions
Topic: Building CC
Replies: 2
Views: 7694

Re: Building CC

Answering my own question:

I believe this is a dependency:

https://github.com/ColinDuquesnoy/QDarkStyleSheet

I will note that the building instructions seem to be out of date. You seem to now need Qt6 and there are dependencies and it's not made clear how best to integrate. I ended up just ...
by abellia
Mon Dec 08, 2025 3:38 pm
Forum: Questions
Topic: Building CC
Replies: 2
Views: 7694

Building CC

Hi,

When trying to build CC from source, I get the following error:

CMake Error at libs/CCAppCommon/CMakeLists.txt:24 (target_sources):
Cannot find source file:

/Users/abell/cc/libs/CCAppCommon/QDarkStyleSheet/qdarkstyle/dark/darkstyle.qrc

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp ...
by abellia
Mon Jul 25, 2016 5:31 pm
Forum: Questions
Topic: 2D view?
Replies: 1
Views: 2379

2D view?

Hi,

Is there a simple way to get a 2D-view of a point cloud with the Z dimension represented as some color scale (like a scalar field)?

Thanks,
by abellia
Fri Jul 01, 2016 8:26 pm
Forum: Questions
Topic: LAZ file size
Replies: 1
Views: 6297

Re: LAZ file size

The maximum points in LAZ 1.0 - 1.3 is 2^32 - 1 (4.2+ billion). LAS/LAZ 1.4 supports 2^64 -1, but liblas that ClouldCompare uses doesn't support it. I can try to hook PDAL into CloudCompare if I get some time and that supports LAS 1.4.

If you're crashing on 1 billion points, you're probably having ...
by abellia
Fri Jul 01, 2016 2:49 pm
Forum: Questions
Topic: Simple clip?
Replies: 1
Views: 4070

Simple clip?

Hi,

Is there a way to do a simple crop based on a polygon and write all the points in the cropped area to a file?

Thanks,