您的位置:首页 > 移动开发

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

2019-03-28 08:44 411 查看

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

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: