Search found 7393 matches

by daniel
Mon Oct 31, 2011 7:58 am
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15287

Re: Portage to OS X

Hello, For the first error, it appears that qmake has automatically included the folder where we have put a "stdint.h" file (qCC/msvc). I don't remember why right now, but I guess it must have something to do with the non official MS Visual project of CloudCompare. You should definitely re...
by daniel
Wed Oct 26, 2011 7:39 pm
Forum: Linux related topics
Topic: qCC on gentoo and related errors
Replies: 2
Views: 4912

Re: qCC on gentoo and related errors

Indeed, the fact that "long" corresponds to 64 bits is quite troublesome. It appears to be one of the major pitfalls that is encountered when porting 32 bits C++ code to 64 bits ( http://www.viva64.com/en/a/0004 ). The "long" symbol is seldom used in CloudCompare (it's used howev...
by daniel
Tue Oct 18, 2011 7:01 pm
Forum: Questions
Topic: SVN Login
Replies: 4
Views: 4874

Re: SVN Login

My mistake! The specified SVN address was incomplete. Read-only access in only possible on the "trunk" folder:
https://fp6perfect.edf-labs.net/svn/CloudCompare/trunk

I corrected the corresponding post.

Thanks for the feedback,
by daniel
Tue Oct 18, 2011 5:32 pm
Forum: Questions
Topic: SVN Login
Replies: 4
Views: 4874

Re: SVN Login

Hello,

i tried it today (18 oct.) and didn't notice any problem with TortoiseSVN. I'll try to test this under linux asap.
by daniel
Fri Oct 14, 2011 9:16 am
Forum: CCLib
Topic: About OCtree
Replies: 10
Views: 36901

Re: About OCtree

Hello, indeed, the octree cell "code" is a streaming value that represents the position of the cell relatively to its parent for successive level of subdivisions (3 bits for each level). You have a quick description of this in this article: http://www.danielgm.net/phd/isprs_laserscanning_2...
by daniel
Wed Oct 12, 2011 6:57 pm
Forum: Questions
Topic: SVN Host Not Found
Replies: 1
Views: 3077

Re: SVN Host Not Found

Indeed! I have learn today that the "true" address is https://fp6perfect.edf-labs.net/svn/CloudCompare.

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

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

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

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

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 ...