Search found 7373 matches

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

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: 14967

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: 7492

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: 7492

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: 7492

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: 7492

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 ...
by daniel
Wed Sep 14, 2011 3:59 pm
Forum: Requests, new functionalities
Topic: [Done] Center of Bbox
Replies: 2
Views: 3878

Re: Center of Bbox

Yeah, no problem. It's already in the trunk version. It will appear in the next release. I just had to strip the ",0,'f',3" arguments of the QString 'arg' methods, as it depends too much on your cloud dimensions/units. I prefer let QString choose automatically (it does this well generally)...
by daniel
Fri Sep 09, 2011 1:27 pm
Forum: Questions
Topic: Local density tool values
Replies: 1
Views: 5138

Re: Local density tool values

Hello, indeed, the CloudCompare 2.3 documentation is still a "work in progress" (for 2 years now!). In fact, the "compute density" tool is very simple and was just intended to give a quick and dirty overlook of the cloud density repartition: - for each point of the cloud, it just...
by daniel
Mon Sep 05, 2011 12:00 pm
Forum: Issues, bugs, etc.
Topic: Issue with displaying negative scalars
Replies: 9
Views: 10918

Re: Issue with displaying negative scalars

Hum, didn't you want to work in non-absolute mode? In this mode, the minimum and maximum are actually the true values. For the other issues, the color in each square is generally the color that you would get with the average value in this square. But for some specific values (0, min and max, etc.), ...
by daniel
Mon Aug 29, 2011 9:41 am
Forum: Issues, bugs, etc.
Topic: Issue with displaying negative scalars
Replies: 9
Views: 10918

Re: Issue with displaying negative scalars

Hello Dimitri, here is a first peak on the new 'color scale' system. - I've found very neat widgets to handle intervales (Qxt library 'SpanSlider' - libqxt.org). It should help to better understand how the sliders work. - I've added options in the 'Display settings' dialog to handle the color scale ...