Search found 7467 matches

by daniel
Wed Jan 05, 2011 9:53 pm
Forum: Todo
Topic: [DONE] Camera placement
Replies: 9
Views: 39676

Re: Camera placement

Ok, the 'camera parameters' dialog has been updated: now the user can set the 'pivot' point by specifying its 3 coordinates. As you can also pick a point (with the 'camera parameters' dialog still active), you can copy its coordinates in those fields and you'll get the camera centered on a given poi...
by daniel
Wed Jan 05, 2011 9:34 pm
Forum: Issues, bugs, etc.
Topic: liblas 1.6.0b3, Schema class does not have HasColor() [RESOL
Replies: 4
Views: 6546

Re: liblas 1.6.0b3, Schema class does not have HasColor()

Ok, thanks for the suggestion!

Code has been changed accordingly.

However, I had to use 'DimensionPtr' instead of 'Dimension' with the version of liblas used by the actual qCC package.

Daniel
by daniel
Fri Dec 17, 2010 9:05 am
Forum: Issues, bugs, etc.
Topic: liblas 1.6.0b3, Schema class does not have HasColor() [RESOL
Replies: 4
Views: 6546

Re: liblas 1.6.0b3, Schema class does not have HasColor()

Hello, I wonder why the initial project couldn't compile: are you trying to do it with a 64 bits compiler maybe? Otherwise, we haven't modified the liblas source, so the removal of the "HasColor" method must come from their side (isn't there an equivalent?). If I remember well, the liblas ...
by daniel
Thu Dec 16, 2010 4:41 pm
Forum: Todo
Topic: [DONE] Camera placement
Replies: 9
Views: 39676

Re: Camera placement

Interesting! Two users asking the same thing the same day: we should definitively add this functionality! The sole solution for changing camera 'placement' right now is to select one or more entity and to click on the "magnifier" icon (left toolbar). It will automatically center the camera...
by daniel
Thu Dec 16, 2010 4:30 pm
Forum: Issues, bugs, etc.
Topic: Edit Camera Parameters [RESOLVED]
Replies: 2
Views: 4512

Re: Edit Camera Parameters

Hello JF,

this indeed only a read only value for the moment (this is rather a 'limitation' more than a bug). And moreover, the camera can't yet be 'de-centered', so the values are always (0,0,0).

This will maybe come later on! What are your needs exactly?

Daniel
by daniel
Thu Dec 09, 2010 8:16 am
Forum: Issues, bugs, etc.
Topic: can not find the 'Lib - CCDll' [RESOLVED]
Replies: 1
Views: 6196

Re: can not find the 'Lib - CCDll'

Hello,

Indeed, the 'CCDll' lib is in fact named 'Lib - CCLib' (I've corrected this mistake in the documentation).

For the other errors, it was also a configuration error (the newly created qCC_db library in debug mode had to be linked first).

Sorry for all the inconvenience.

Daniel
by daniel
Tue Dec 07, 2010 5:56 pm
Forum: Todo
Topic: [DONE] Bubble view, or View Based Station
Replies: 8
Views: 35359

Re: Bubble view, or View Based Station

Hello, I agree, a simple way to do this would be very convenient. For the moment, you can: - create a 'sensor' object (Edit > Sensors > Create) if by any chance you know all the necessary information (position, orientation, angular resolution, etc.). If your cloud is a scan corresponding to a single...
by daniel
Thu Nov 04, 2010 4:52 pm
Forum: Requests, new functionalities
Topic: [Done] Cross on the screen
Replies: 5
Views: 10460

Re: [Done] Cross on the screen

By the way, instead of "print screen", you can use "Display > Render to file" which is much more evolved and takes care of removing all non necessary items (such as the cross).
by daniel
Wed Nov 03, 2010 9:50 pm
Forum: Todo
Topic: Pending requests
Replies: 1
Views: 22410

Pending requests

by daniel
Tue Nov 02, 2010 10:14 pm
Forum: Requests, new functionalities
Topic: [Done] Cross on the screen
Replies: 5
Views: 10460

Re: Cross on the screen

Done!

Now, there's a new option in the "Lights & Materials" dialog (the light bulb icon on the left) to show or hide the middle screen cross.

By the way, I took this opportunity to greatly simplify the GUI parameters related code.