opengl函数未定义

时间:2013-05-29 18:26:30

标签: visual-c++ opengl

我得到了一个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

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

1 个答案:

答案 0 :(得分:0)

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

希望有所帮助