When executing the QtReconstruction sample, the mesh viewer did not show (even tough _DEBUG was defined). I am executing the program in debug mode. Should it be useful, my Qt verion is 5.12.2.
currently we’re shipping only Release dlls with our SDK. We plan to also include Debug version in future, but for now the MeshViewer should only be used in Release. That’s why QtReconstruction sample has MeshViewer block enclosed in #ifndef _DEBUG (i.e. if NOT debug).