Self-built MeshLab moving slow #864
-
I have compiled MeshLab with Qt, as debug, on Win10 64bit. Successfully. But I noticed soomething strange: the viewer is moving slow and eat a lot of CPU resources. Ok then, I have installed the meshlab app from here: https://www.meshlab.net/#download And this one is moving fast. Why ? I have searched on app settings, nothing related found. Is this a problem that I have compiled as Debug ? This could make so much difference ? What I should do with my Qt generated app in order to move it well ? Moreover, when I close the app I got: This is related problem ? Should I open another issue for this issue ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am pretty sure that is moving slow because you are in debug mode (mostly if your PC is not very powerful). About the second issue, never saw something like that. -- |
Beta Was this translation helpful? Give feedback.
I am pretty sure that is moving slow because you are in debug mode (mostly if your PC is not very powerful).
Moreover, on my experience, being on Windows and building with MSVC does not help. Try to build on Release mode.
About the second issue, never saw something like that.
--
I moved this thread to discussions since these kind of issues are not strictly related to the MeshLab versions we release.