PCL可视化时遇到问题之 Error:no override found for 'vtkPolyDataMapper'

You can add following code:

#include <vtkAutoInit.h>
VTK_MODULE_INIT(vtkRenderingOpenGL);
VTK_MODULE_INIT(vtkInteractionStyle);

and add “opengl32.lib” to Linker --> Input --> Additional Dependencies

Hope this help!
来自https://stackoverflow.com/questions/40086584/errorno-override-found-for-vtkpolydatamapper

猜你喜欢

转载自blog.csdn.net/zzh_AI/article/details/88861221