Page 1 of 1

About LOD

Posted: Tue Apr 30, 2019 8:00 am
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.

Re: About LOD

Posted: Tue Apr 30, 2019 9:35 pm
by daniel
Aren't you working in debug mode maybe? This mode is much slower...

Re: About LOD

Posted: Thu May 02, 2019 8:34 am
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.