open inventor 学习笔记
初次接触open inventor,跟以前学习一种新的东西,都想要先做出个小的helloworld程序,这个当然也不例外。
首先会创建一个窗口句柄,初始化一下场景数据库。
HWND window = SoWin::init(argv[0]);
if (window==NULL) exit(1);
然后
初次接触open inventor,跟以前学习一种新的东西,都想要先做出个小的helloworld程序,这个当然也不例外。
首先会创建一个窗口句柄,初始化一下场景数据库。
HWND window = SoWin::init(argv[0]);
if (window==NULL) exit(1);
然后