我的第乙個VTK程式 繪製球體

2021-07-08 13:38:20 字數 661 閱讀 8635

經過前面基礎的學習,下面就來進行寫寫第乙個vtk程式。

這裡,我們選擇乙個比較簡單的示例程式(最基本的乙個管道實現)

這裡是原始碼

引用自inter_peng的專欄

cmake_minimum_required(version 2.8)

project(sphere)

find_package(vtk required)

include($)

add_executable(sphere macosx_bundle sphere)

if(vtk_libraries)

target_link_libraries(sphere $)

else()

target_link_libraries(sphere vtkhybrid vtkwidgets)

endif()

儲存

#include 

#include

#include

#include

#include

#include

#include

int main(int, char *)

我的第乙個程式

我的第乙個vc程式終於寫完了,花了2周,之前從沒有用vc寫過程式,也沒讀過什麼程式,只是在看書,看了幾百頁 mfc windows程式設計 正好有個機會,老師讓寫個vc程式,就試著寫了。程式的功能是不同地方的access的更新的記錄整合到一台機子上的access中,支援斷網自動連線,用的是socke...

我的第乙個MFC程式

class cmainframe public cframewnd protected afx msg void onlbuttondown uint nflags,cpoint point declare message map begin message map cmainframe,cfram...

我的第乙個DirectX程式

之前本來就有這樣的打算的,學了一點hge引擎之後,再回過頭來看dx的sdk,會容易一些。就像我之前,做過乙個mfc的課程設計之後,現在回過頭來學孫鑫的第一集win32sdk會更容易理解。這樣做的好處就是 在你看不懂的時候仍然能做出東西來,讓你不灰心,有興趣學下去。如果我開始就看dx的話難度肯定比現在...