Search found 9 matches
- Thu Oct 05, 2017 3:14 pm
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
Re: CMake Errors
Thank you so much for your reply! I don't even know how I did it, but I got it to work (I think) Now I'm struggling with the Commands in C++ (as you said, its not that simple) I'm finding it hard to undestand, since I'm new to C++ and I can't find any other example code (besides the one included in ...
- Fri Sep 22, 2017 8:13 am
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
Re: CMake Errors
Hum, hard to tell with only this view. Are you only 'compiling' the CloudCompare projet or are you trying to run it here? Looking at the error, I would say that compilation is ok, but it fails to run? If that's the case, then you must actually compile the 'INSTALL' project and then run the installe...
- Thu Sep 21, 2017 2:06 pm
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
Re: CMake Errors
Thank you very much, that solved the problem. But now, as I try to compile the INSTALL project, I get 3 errors... What I need to do is get a mesh of a point cloud. I got it using the Delaunay feature in CloudCompare and now I have to automate it, so I thought it would be easy to program it in C++ u...
- Fri Jun 30, 2017 11:21 am
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
Re: CMake Errors
Hello again,
I have one more question: will it be possible to convert the meshes into STL ASCII without having to click? I saw this feature for FBX and PLY formats but not for STL, using for example FBX_ascii.
Thank you in advance,
Lucas
I have one more question: will it be possible to convert the meshes into STL ASCII without having to click? I saw this feature for FBX and PLY formats but not for STL, using for example FBX_ascii.
Thank you in advance,
Lucas
- Mon Jun 19, 2017 11:54 am
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
Re: CMake Errors
Thank you so much! That was exactly what I was looking for.
- Thu Jun 15, 2017 10:50 am
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
Re: CMake Errors
The point clouds are in cm but CloudCompare works in mm so I need to multiply everything by 10.
The point in the point cloud would be 4 but in reality it's 40 mm.
The point in the point cloud would be 4 but in reality it's 40 mm.
- Thu Jun 15, 2017 7:17 am
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
Re: CMake Errors
Thank you so much! That was exactly what I was looking for. You are awesome.
My very last question: is it possible to scale the point clouds automatically?
My very last question: is it possible to scale the point clouds automatically?
- Wed Jun 14, 2017 11:39 am
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
Re: CMake Errors
Thank you very much, that solved the problem. But now, as I try to compile the INSTALL project, I get 3 errors... What I need to do is get a mesh of a point cloud. I got it using the Delaunay feature in CloudCompare and now I have to automate it, so I thought it would be easy to program it in C++ us...
- Mon Jun 12, 2017 11:19 am
- Forum: Windows related topics
- Topic: CMake Errors
- Replies: 42
- Views: 129999
CMake Errors
Hello, I'm trying to build CC in VS but I got so many errors in CMake... Maybe someone had the same problem? Until now I have installed CMake 3.82, Qt 5.9 and Visual Studio 2017. I'm completely new to all this (doing my bachelor thesis at the moment). Any help will be appreciated. cmake policies act...