About LOD

All about Windows versions
Post Reply
seanz
Posts: 6
Joined: Tue Apr 30, 2019 6:15 am

About LOD

Post by seanz »

Compiled successfully, open las file successfully.

The problem is LOD process. My file is about 38 600 000 points. when i load the file, project shows "[renderNextLODLevel] Ignored". The LOD buliding process might need 10-20 mins. After that it shows [renderNextLODLevel] Level x -index 0 confirmed. (x mean the number 0-20).
But the release version(2.10.2) works just fine, LOD process only cost 10-20 secs.

Would you please give me some advise about where i might be wrong ?
1> visual studio 2015, qt 5.7.0, graphic card: NVIDIA GeForce GTX 1050 Ti.
2> during the LOD process, I don't think the GPU is working, but when i move the point cloud, it is working.
3> i just compiled the basic code, none plugin is installed.

This problem confuse me about two weeks. Thank you very much.
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: About LOD

Post by daniel »

Aren't you working in debug mode maybe? This mode is much slower...
Daniel, CloudCompare admin
seanz
Posts: 6
Joined: Tue Apr 30, 2019 6:15 am

Re: About LOD

Post by seanz »

Yes, and I try release mode, it is much more fast.

I know release mode is faster than debug mode, didn't know the difference is that much.

Thanks a lot.
Post Reply