摘要:
在读取.VTK文件的时候出现如标题错误,代码如下 出现如下错误 通过查资料,可通过如下方式编译通过 I finally got the answer by myself, I needed to delete the ren->Render() line. 注释掉: marchingCubesRen 阅读全文
摘要:
VTK编译出现no override found for 'vtkPolyDataMapper' 我出现no override found for 'vtkPolyDataMapper',这种问题是因为没有用cmake,而是直接用控制台结合VTK的库函数进行开发的。 参考博文 https://blo 阅读全文