Welcome![Sign In][Sign Up]
Location:
Search - Nehe

Search list

[OpenGL programlecsn01

Description: NEHE的OPENGL编程实例1,对OPENGL初学者来说很有帮助-NEHE the OpenGL programming an example of OpenGL newcomer helpful
Platform: | Size: 192512 | Author: 文聪 | Hits:

[OpenGL programlecsn02

Description: NEHE的OPENGL编程实例2,对OPENGL初学者来说很有帮助-NEHE the OpenGL Programming Example 2, a newcomer to the OpenGL helpful
Platform: | Size: 156672 | Author: 文聪 | Hits:

[OpenGL programlecsn03

Description: NEHE的OPENGL编程实例3,对OPENGL初学者来说很有帮助-NEHE the OpenGL Programming Example 3, a newcomer to the OpenGL helpful
Platform: | Size: 153600 | Author: 文聪 | Hits:

[OpenGL programexam1_flag

Description: 首先使用 Visual C++ MFC OpenGL AppWizard创建一个OpenGL应用程序框架,NeHe的实例都是基于Win32的,本实例在MFC下实现了相同的效果。-the first to use OpenGL MFC Visual C+5.0 create an OpenGL application framework, binding for the Java language examples are based on Win32, in the case of MFC achieve the same effect.
Platform: | Size: 86016 | Author: xjq | Hits:

[OpenGL programNeHe_OpenGL_Tutorials

Description: NEHE的opengl教程9-48章,前8章有中文翻译故没放上来,这是更新到目前的完整Nehe opengl教程-NEHE Guide 9-48 chapter, the former Chapter 8 there is no Chinese translation Fangshanglai. This is the update to the current integrity Nehe opengl Guide
Platform: | Size: 1124352 | Author: 易成 | Hits:

[OpenGL programnehe1-48

Description: 经典的nehe的opengl教程源码,lesson01-48。提供打包下载的真少。-classic source of opengl Guide, lesson01-48. Download package for the true small.
Platform: | Size: 5318656 | Author: 千森 | Hits:

[OpenGL programNeHe_Tutorials_Help

Description: NEHE的opengl教程(含所有章节代码)帮助文件,英文版-NEHE the opengl Guide (containing all the chapters code) to help document, in English
Platform: | Size: 1603584 | Author: caowenli | Hits:

[Other GamesMultiTexturing

Description: 一个关于多重纹理映射的源代码,这是nehe教程的一个经典例子!-a multi-texture mapping of the source code, which is one of the guidebook nehe classic example!
Platform: | Size: 2215936 | Author: xczhang | Hits:

[OpenGL programOpenG_quickbookL

Description: opengl教程,包括nehe教程(前十章)与基本知识-opengl guides, including nehe Directory (formerly 10) and basic knowledge
Platform: | Size: 637952 | Author: 秦风 | Hits:

[OpenGL programopengl_NeHe

Description: NEHE 的 OPENGL 教程 非常经典 是学习OPENGL编程的绝好材料-NEHE the OpenGL tutorial is very classical learning OpenGL Programming excellent material
Platform: | Size: 9192448 | Author: 眼长请 | Hits:

[OpenGL programNeHe1153

Description: NEHE OPENGL 2006年11月最新版教程,讲的非常好,极其适合初学者-NEHE OpenGL November 2006 Guide to the latest version, in a very good, very suitable for beginners
Platform: | Size: 1147904 | Author: 何阿瑟 | Hits:

[OpenGL programnehegl_mfc1

Description: mfc + opengl下的实现代码.NeHe的-mfc opengl under the codes. Retrieved in
Platform: | Size: 19456 | Author: yyyy | Hits:

[OpenGL programLesson5

Description: 立方体和三棱锥的图形旋转,转自NEHE一书中的源代码-cube and the three pyramid graphic rotation, carried a book NEHE source code
Platform: | Size: 6144 | Author: 徐了辽 | Hits:

[OpenGL programInitOpenGL

Description: 是一个OPENGL的程序,里面实现了OPENGL的初始化,取材于NEHE的程序,再次感谢这位无私的人.-OpenGL is a procedure in which the realization of the OpenGL initialization, NEHE based on the procedures, again thanked the selfless people.
Platform: | Size: 12288 | Author: 编程浪子 | Hits:

[OpenGL programNEHE-OPENGL

Description: 本人认为是学习opengl最好的资料,内容详尽,英文版,摘自nehe。-I think is the best learning opengl information, as detailed, in English, taken from nehe.
Platform: | Size: 130048 | Author: 崔雁 | Hits:

[OpenGL programOpenGL_Nehe

Description: NEHE的中文版教程(1-48)PDF格式 并不是我翻译的-the Chinese version of Guide (1-48) PDF format is not my translation
Platform: | Size: 1916928 | Author: 戴应届 | Hits:

[OpenGL programOOWin32

Description: NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的OpenGL绘制命令,并提供视口,文本,纹理类的接口,实用他们可以快速创建你想要的效果。 这个框架分为两个部分,启用main.cpp文件完成创建窗口,提供必需的全局变量和执行程序循环等固定的功能。在以后的演示程序中一般不在改变。draw.cpp文件完成具体的绘制操作,它随你的应用而变化。 main.cpp的所有功能在前面的课程中都详细讲解过,这里只是把整个程序结构在说明一下,让你有一个清晰的认识。下面是它的七大结构 头文件和全局变量 Windows主函数 根据用户设置配置OpenGL的窗口 创建OpenGL运行的窗口,并返回窗口的句柄 设置绘制字体的参数 程序循环 退出程序 我们一一介绍如下:-Retrieved SDK is Nehe curricula introduced in all functions to the object-oriented form, available to the programmers a rapid development of the programming interface. In the following tutorial, I will be Retrieved SDK source of functional classification, step by step to bring this api introducing to you. If you think you have a better method of study, or for some other useful suggestions, please contact me. Zhouwei02@mails.tsinghua.edu.cn. I zhouwei506@mails.gucas.ac.cn in the fourth lesson on the basis of public function extracted, and the deletion of specific mapping function, it was completed in the blank procedural framework, It can use the OpenGL rendering basic order and inspection mouth, text, and texture type of interface, Practical fast they can create the effect you want. The fr
Platform: | Size: 64512 | Author: zw | Hits:

[OpenGL programnehechs(1-48)

Description: 大名鼎鼎的nehe教程1-48全中文翻译版,学习opengl的同学们不可错过亚,什么??没听说过nehe教程,晕倒-famous nehe 1-48 Guide to Chinese translation, opengl learning to the students who can not afford to miss Asia, what? ? Heard of nehe guides, fainted! !
Platform: | Size: 4668416 | Author: 于广年 | Hits:

[OpenGL programnehesdk

Description: nehe的sdk,进行了重新编排,加入了全中文注释,vc++开发opengl不得不用的精品-nehe the sdk, the rescheduling, to the entire Chinese Notes vc development opengl had to use the products
Platform: | Size: 1152000 | Author: 于广年 | Hits:

[OpenGL programNeHeOpenGLTutorialPart3

Description: 这是国外经典教材NeHe OpenGL Tutorial by VS 2005的第三部分,里面针对每一个源码有详细的说明-This is the classic materials abroad Retrieved OpenGL Tutorial by the VS 2005 3, which addressed each one source is described in detail in
Platform: | Size: 1082368 | Author: 张超 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 48 »

CodeBus www.codebus.net