Welcome![Sign In][Sign Up]
Location:
Search - nehe sdk

Search list

[OpenGL programsrc for nehe_sdk

Description: nehe sdk教程的源代码 不可多得的好东西-nehe sdk Copies of the source code very good things
Platform: | Size: 107973 | 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: 19873 | Author: zw | Hits:

[OpenGL programvc_nehesdk

Description: 与nehe-sdk配套的vc++示例源程序,全中文解释,基本每句代码都有详细注释-and nehe - sdk supporting vc example source, the Chinese government explained, basic code to each statement in detail Notes
Platform: | Size: 5633 | Author: yu-gn | Hits:

[OpenGL programsrc for nehe_sdk

Description: nehe sdk教程的源代码 不可多得的好东西-nehe sdk Copies of the source code very good things
Platform: | Size: 107520 | Author: 周爽 | Hits:

[OpenGL programnehe_sdk

Description: 这是Nehe开发的OpenGL的SDK,包括一些类和函数-Nehe OpenGL development of the SDK, including some types of functions and
Platform: | Size: 1429504 | Author: 戴少伟 | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: | Size: 132096 | 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 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 programvc_nehesdk

Description:
Platform: | Size: 5120 | Author: yu-gn | Hits:

[OpenGL programnehe-opengl-chinese-all-version

Description: nehe OPENGL 简体中文教程48课完全版,每课含示例代码,极品-Simplified Chinese nehe OPENGL Tutorial Lesson 48 full version, including sample code for each class, the best! ! !
Platform: | Size: 9764864 | Author: 曾方敏 | Hits:

[OpenGL programNEHEOPENGL

Description: NeHe OpenGL(中文) OpengGL 入门必备教程 NeHe SDK 创建基本框架 怎样使用SDK 配置对话框 视口和绘制函数 2D字符 纹理 框架结构 教程目录 01:OpenGL窗口 02:多边形 03:添加颜色 04:旋转 05:3D空间 06:纹理映射 07:光照和键盘 08:混合 09:移动图像 10:3D世界 11:飘动的旗帜 12:显示列表 13:图像字体 14:图形字体 15:纹理图形字 16:雾 17:2D图像文字 18:二次几何体 19:粒子系统 20:蒙板 21:线的游戏 22:凹凸映射 23:球面映射 24:扩展 25:变形 26:反射 27:影子 28:贝塞尔曲面 29:Blt函数 30:碰撞检测 31:模型加载 32:拾取游戏 33:TGA文件 34:地形 35:播放AVI 36:渲染到纹理 37:卡通映射 38:资源文件 39:物理模拟 40:绳子的模拟 41:体积雾气 42:多重视口 43:FreeType库 44:3D 光晕 45:顶点缓存 46:全屏反走样 47:CG顶点脚本 48:轨迹球 -NeHe OpenGL
Platform: | Size: 2690048 | Author: 朱曙鹏 | Hits:

[3D GraphicNehe_sdk

Description: NeHe的OPENGL课程中所用到的SDK,也就是开发包,又了这个开发包,您可以方便得开发OPENGL程序!-The OPENGL course NeHe used by SDK, that is the development package, then this development kit, you can easily get the development OPENGL program!
Platform: | Size: 1152000 | Author: 马宏 | Hits:

[OpenGL program11912917nehesdk

Description: NEHE sdk opengl 开发必备-NEHE sdk for opengl, an untility for OPENGL development.
Platform: | Size: 1152000 | Author: 秦洪现 | Hits:

[OpenGL programfulltext[1]

Description: nehe SDK OPENGL 图形图像-nehe SDK OPENGL Graphics
Platform: | Size: 326656 | Author: 刘雨 | Hits:

[OpenGL programlesson29-30

Description: OpenGl程序,请确定已下载Nehe SDK。-OpenGl program, make sure to download Nehe SDK.
Platform: | Size: 242688 | Author: 张震元 | Hits:

[OpenGL programnehe_sdk

Description: nehe是基于opengl的最著名的框架,这个nehe的sdk是常用的opengl的函数,简化了复杂的操作-nehe frame is the most famous opengl framework
Platform: | Size: 5382144 | Author: xuming | Hits:

[OpenGL programBlend

Description: opengl下的骨骼系统!使用NeHe SDK为框架!-opengl under the skeletal system! Using the NeHe SDK framework!
Platform: | Size: 3386368 | Author: lirc | Hits:

[OpenGL programCameraRove

Description: opengl下,相机移动例子,基于NEHE SDK。-opengl, the camera moves example, based on NEHE the SDK.
Platform: | Size: 3496960 | Author: lirc | Hits:

[OpenGL programNEHE.OpenGL

Description: 基于NeHE SDK的OpenGL图形编程教程,实例程序包含VC和C++ builder两个版本。-OpenGL graphics programming tutorial based on NeHE SDK, an instance of the program contains a VC and C++ Builder two versions.
Platform: | Size: 1625088 | Author: 牛凯 | Hits:

[OtherNeHe-OpenGL

Description: Nehe OpenGL教程,NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。-Nehe OpenGL tutorials, NeHe SDK tutorial is to Nehe all the features described in the form of object-oriented, available to programmers to quickly develop a set of programming interfaces.
Platform: | Size: 2684928 | Author: xzq | Hits:
« 12 »

CodeBus www.codebus.net