- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Lesson01SettingUpOpenGLinWindows
OpenGL
Tutorial
中文版
By NeHe
原著 Jeff Molofee (NeHe) /
nehe@connect.ab.ca
译著 江超宇 (Aman JIANG) http://www.AmanP
Chaoyu_JIANG@ Aman_JIANG@163.com
QQ:
Version 1.0
美文现世, 众人欣则劳者慰!
- 江超宇 -
序
(译著)
译著 江超宇 (Aman JIANG)
NeHe OpenGL Tutorial 是相当不错教程, 也是目前我见过的最好的 OpenGL 教程。 教程的每一篇都是结合着实例, 结合着源代码来讲解的, 循序渐进, 是学习 OpenGL 的佳品。 尤其是作者认真的态度和他的耐心更是值得赞叹, 他会详细地讲解每一行代码的实际作用。
注意, 本教程只适用于对3D原理、 OpenGL基础 和 Win32编程有着一定了解的人, 因为关于这些基础理论的细节已经超出了本教程的范围。 对于任何学习 OpenGL 的人来说, OpenGL红皮书是必不可少的, 它更像是一本你需要经常翻阅的工具书, 它会让你了解到 OpenGL 的各种细节问题。
我会以同样认真的态度来翻译好此教程, 翻译后的每一句话我都会反复阅读一两遍以上。 因为我也是一位 OpenGL 新手, 再加上工作量很大, 所以教程中有可能存在一些问题或者疏漏。 如果你发现了这些请即时反馈给我, 这样我就能做出相应的补救或者更正。 十分欢迎你的支持和鼓励, 那将会使我更有动力。
感谢 的支持, 在 和我的个人主页 AmanP 上你都能找到这个教程以及它的更新。 另外, 在 的论坛开设了专门的板块, 欢迎到那里与大家一起讨论!
(原文保留字)
Originally compiled by LOneWoolf
Recompiled by M0RPhEuS
The lessons on this page may contain mistakes, poor commenting, and should not be considered the best resource to learn OpenGL from. What you do with the code is up to you. I am merely trying to make the learning process a little easier for those people new to OpenGL. If you are serious about learning OpenGL, you should spend the money and invest in the OpenGL Red Book (ISBN 0-201-46138-2) and OpenGL Blue Book (ISBN 0-201-46140-4). I have the second edition of each book, and although they can be difficult for the new OpenGL programmer to understand, they are by far the best books written on the subject of OpenGL. Another book I would recommend is the OpenGL Superbible, although opinions vary. It is also important that you have a solid understanding of the language you plan to use. Although I do comment the non-GL lines, I am self-taught, and may not always write proper or even good code. Its up to you to take what you have learned from this site and apply it to projects of your own. Play around with the code, read books, ask me questions if need be. Once you have surpassed the code on this site or even be
文档评论(0)