本文介绍了帮助我使用OpenGL GLTools和GLShaderManager的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我刚刚开始学习OpenGL。 和openGL超级圣经第5版是我现在正在关注的书。 我已经安装了过剩而且我得到了一个书中第一个例子的错误。 绘制一个三角形,它有< gltools.h>和< glshadermanager.h>包含。 但问题是我无法找到那些头文件。 书中说,我必须安装OpenGL工具包。 我已经找到了它,我找不到它。 OpenGL工具包的官方网站究竟是什么? 我在哪里可以下载? 任何链接? 提前致谢!解决方案 你需要仔细阅读你的书。我相信你可以找到如何下载GLUT代码。我用Google搜索 GLUT - OpenGL实用工具包 您将把它复制到需要包含在项目标题搜索路径中的文件夹中。 Ive just started to learn OpenGL.And "openGL super bible 5th edition" is the book im following right now.Ive installed the glut and Ive got an error on the very first example in the book.Drawing a triangle, it has "<gltools.h>" and "<glshadermanager.h>" included.But the problem is I cant find those header files.And the book says, I have to install the "OpenGL toolkit".Ive searched for it and I couldnt find it.What exactly is the official website of the "OpenGL toolkit" ?Where can I download ?Any link ?Thanks in advance ! 解决方案 you need to read your book carefully. I am sure that somehow you can find how to download the GLUT code. I googled GLUT - The OpenGL Utility ToolkitYou will copy it in a folder which you need to include in your header search path for the project. 这篇关于帮助我使用OpenGL GLTools和GLShaderManager的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-31 23:02