Search found 7467 matches

by daniel
Tue Oct 11, 2011 10:00 am
Forum: Issues, bugs, etc.
Topic: Point Cloud Color Clear
Replies: 1
Views: 4650

Re: Point Cloud Color Clear

There's no "undo" in CloudCompare ;)

The best way to do this is either to clone your data before applying any process ... or to reload!
by daniel
Tue Oct 11, 2011 9:57 am
Forum: Questions
Topic: About GUI
Replies: 5
Views: 6913

Re: About GUI

I'll answer to both of your questions here: - no OpenGL in CCLib, as it is only meant to apply geometry related algortihms. There's even no normal in point clouds. All the display related stuff is added by heritage in qCC_db (the "database" of qCC). This library is highly dependent on Qt h...
by daniel
Tue Oct 11, 2011 7:30 am
Forum: Questions
Topic: About GUI
Replies: 5
Views: 6913

Re: About GUI

Hello, CCLib is not depending on any GUI system. It is meant to be used by any kind of solution (to my knowledge, it is used - appart from qCC - by two other projects - one is purely in command line, and the other one is based on Virtools). Recently, we add a dependency to Qt, but it's only for the ...
by daniel
Wed Sep 28, 2011 5:02 pm
Forum: Questions
Topic: PCL library and binary format
Replies: 11
Views: 41397

Re: PCL library and binary format

Hi, i'm not sure to understand why VTK (which is a multi-purpose library to load/process/display all kinds of 3D data) would not be compatible with OpenGL. See vtkOpenGLRenderer for instance. However that's not really the point as what Dimitri propose is not to use PCL to display entities, but only ...
by daniel
Wed Sep 21, 2011 12:14 pm
Forum: Questions
Topic: Scale display in height ramp
Replies: 3
Views: 15750

Re: Scale display in height ramp

I forgot something:

Once you have a scalar field, check the 'display scale' checkbox at the bottom of the cloud 'Porperties', in the 'SF Scale' section (left side of the screen). See attached example.

Daniel
by daniel
Wed Sep 21, 2011 12:08 pm
Forum: Questions
Topic: Scale display in height ramp
Replies: 3
Views: 15750

Re: Scale display in height ramp

Hello, Color scale is only available for scalar fields (one floating point value associated to each point). The "Color ramp" tool is just a way to assign colors (R,G,B) to a cloud. Therefore, to do what you want to do: - you can indeed use the "height grid generation" tool, but b...
by daniel
Thu Sep 15, 2011 4:26 pm
Forum: Issues, bugs, etc.
Topic: Error with ICM files [RESOLVED]
Replies: 7
Views: 9516

Re: Error with ICM files

Ok, so it appears that it was a 'unicode' encoded text file (UTF8 exactly) while CloudCompare doesn't handle such enconding styles. It needs pure 8bit ANSI (such as what the classical Notepad tool generates). I'll try to figure out if Qt could help CloudCompare be more 'subtle'... meanwhile, don't u...
by daniel
Thu Sep 15, 2011 3:39 pm
Forum: Issues, bugs, etc.
Topic: Error with ICM files [RESOLVED]
Replies: 7
Views: 9516

Re: Error with ICM files

It works with my own ICM files, but please send me yours: daniel.girardeau@gmail.com (or add it as an attachment to your reply).
by daniel
Thu Sep 15, 2011 1:27 pm
Forum: Issues, bugs, etc.
Topic: Error with ICM files [RESOLVED]
Replies: 7
Views: 9516

Re: Error with ICM files

Oh, it may also come from your text editor. Can you still test this with the new CC version on the trunk? (or do you need an executable?)
by daniel
Thu Sep 15, 2011 12:45 pm
Forum: Issues, bugs, etc.
Topic: Error with ICM files [RESOLVED]
Replies: 7
Views: 9516

Re: Error with ICM files

Hello, are you trying to do this on Linux? I checked the code and I saw that the comparison between the first line in the file and what is attended (#CC_ICM_FILE) is a bit harsh (it includes also the 'carriage return' character (which is never a good idea, as it is not the same for Unix and Windows ...