Search found 11 matches
- Thu Jul 04, 2019 8:32 am
- Forum: Windows related topics
- Topic: I can't found the registry
- Replies: 0
- Views: 59826
I can't found the registry
Good Morning, I'm looking for recover the installation location of CloudCompare. I used regedit and searched in: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4DE0A2C8-03F9-4B3F-BAFC-1D5F2141464B}_is1 and I found InstallLocation key. But automatically with a script like inn...
- Mon Feb 11, 2019 4:22 pm
- Forum: Plugins
- Topic: Add and Delete in DbTree
- Replies: 4
- Views: 24536
Re: Add and Delete in DbTree
Thank you, problem solved. I'm working on several threads, and precisely it wasn't the main thread that added and removed in the dbTree. And knowing that drawing is forbidden in the secondary thread this must have been a problem because the secondary thread must have had a delay in information about...
- Fri Feb 08, 2019 2:52 pm
- Forum: Plugins
- Topic: Add and Delete in DbTree
- Replies: 4
- Views: 24536
Re: Add and Delete in DbTree
Thank you, okay! I understood the principle, I create my folder and add it to the dbtree I then create my objects that I add as a child to my folder, it automatically adds it to my dbtree. Cela resemble donc a ça : https://imgur.com/ttp2FZ5 https://imgur.com/ttp2FZ5 Puis a ça : https://imgur.com/Do9...
- Fri Feb 08, 2019 10:12 am
- Forum: Plugins
- Topic: Add and Delete in DbTree
- Replies: 4
- Views: 24536
Add and Delete in DbTree
Hello, I currently have a problem in my DB Tree. First of all I create a directory, so I test if it exists or not and I do: if (!CVisee_group) { CVisee_group = new ccHObject(type); m_app->dbRootObject()->addChild(CVisee_group); m_app->addToDB(CVisee_group, false, true, false, false); } The directory...
- Tue Jan 08, 2019 11:07 am
- Forum: Plugins
- Topic: Point3D to cloudIndex
- Replies: 1
- Views: 20252
Point3D to cloudIndex
Hi Daniel, I haven't found a function that allows me to get the index of a point in the cloud when I give it 3D coordinates For example, with this you can obtain approximate coordinates of the point you are aiming at: CCVector3d P; pGLView->getClick3DPos(mouseEvent->pos().x(), mouseEvent->pos().y(),...
- Thu Oct 04, 2018 6:29 am
- Forum: Plugins
- Topic: access the point cloud
- Replies: 3
- Views: 15946
Re: access the point cloud
Yes, I expressed myself very badly.... My objective is to make a click, then to retrieve the click point with "onitempicked" and it is from here that I would like to retrieve a lowest point in Z therefore being located under the click point. I used the getPoint(Size) function which loops o...
- Wed Oct 03, 2018 2:03 pm
- Forum: Plugins
- Topic: access the point cloud
- Replies: 3
- Views: 15946
access the point cloud
Bonjour, Question, un fonction permettant d'obtenir les coordonnées de tout le nuage de points ou d'une partie du nuage existe déjà? Pour exemple, si nous effectuons un clic sur un mur mais que nous voulions le point de plus bas de celui-ci. Pour le trouver, il nous faudrait avoir accès au point de ...
- Mon Jul 16, 2018 11:41 am
- Forum: Plugins
- Topic: File "XX.dll" Doesn't seem to be a valid plugin
- Replies: 5
- Views: 18267
Re: File "XX.dll" Doesn't seem to be a valid plugin
Hi again, I finally solved my problem, by performing tests I realized that when I didn't use extra dll like QtNetwork the plugin was recognized but when I was a Qtnetwork I wasn't more recognized ... So I'm learning on this point! As I used Visual Studio 2017 I include Qt 5.9.1 msvc 2017 but as you ...
- Fri Jul 13, 2018 9:00 am
- Forum: Plugins
- Topic: File "XX.dll" Doesn't seem to be a valid plugin
- Replies: 5
- Views: 18267
Re: File "XX.dll" Doesn't seem to be a valid plugin
Hi, J'ai donc téléchargé la last release Version 2.9.1 sur cloudCompare ou j'ai adapté mon plugin pour qu'il ressemble à celui de Compass, qui a cette version n'utilisé pas du json . J'ai donc un version 2.9.1 stereo MSVC 1913 Qt 5.9.1 ou mon plugin marche très bien en Debug et Release mais une fois...
- Thu Jul 12, 2018 12:06 pm
- Forum: Plugins
- Topic: File "XX.dll" Doesn't seem to be a valid plugin
- Replies: 5
- Views: 18267
Re: File "XX.dll" Doesn't seem to be a valid plugin
Well, I started trying to include the info.json but this added a need to change the ccStdPluginInterface class but he needs also change ccDefaultPluginInterface.h and in the end it put me in fault all the other plugin loader... I think it would be better if I get a last git to remake a last version ...