摘要: vtkMapper的源代码。参考了如下网页: http://www.cnblogs.com/lizhengjin/archive/2009/08/16/1547340.html 阅读全文
posted @ 2016-12-03 13:41 凤凰_1 阅读(2086) 评论(0) 推荐(0)
摘要: 原地址:https://cmake.org/Wiki/VTK/Examples/Cxx#Visualization 新地址:https://lorensen.github.io/VTKExamples/site/Cxx/ https://www.vtk.org/doc/release/6.0/htm 阅读全文
posted @ 2016-12-03 07:52 凤凰_1 阅读(1269) 评论(0) 推荐(0)
摘要: #ifndef INITIAL_OPENGL #define INITIAL_OPENGL #include <vtkAutoInit.h> VTK_MODULE_INIT(vtkRenderingOpenGL) VTK_MODULE_INIT(vtkInteractionStyle) #endif 阅读全文
posted @ 2016-12-03 07:40 凤凰_1 阅读(1976) 评论(0) 推荐(0)