-1

我得到了 3D hanoy 游戏的代码(using opengl ,glut)。当我尝试使用 VS 12 运行此游戏时,显示以下错误 ---

glutTimerFunc is undefined

glutInit is undefined


glutWindowSize is undefined 

glPushMatrix is undefined

glRotatef  is undefined

glTranslatef is undefined

glutSolidTorus is undefined

glPopMatirx is undefined

因为我猜这些问题是关于缺少函数的,我怎样才能在我的代码中添加这些函数来运行它?

4

1 回答 1

-1

按照教程或教程向您介绍使用 GLUT 构建应用程序的基础知识。

希望能帮助到你

于 2013-05-29T19:01:23.517 回答