如何运行ORGE网站上的代码(1)
1、进去其网站,复制标示标题下面的代码

3、将在第(1)步中复制的内容,粘贴在void CMFCTestView::createScene()函剞麽苍足数的后面,如下图所示。但是注意把第一行的void createColourCube()改为void CMFCTestView::createColourCube(),这是因为createColourCube()是CMFCTestView类的成员函数。

5、复制网页上的And to insert the mesh into a scene下面的代码。

7、将第(6)步中新添加的代码中的两个sceneManager都改为mSceneManager,如下图:
