Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - NeHe OPENGL
Search - NeHe OPENGL - List
有一套OpenGL教材:NeHe,这些是一部分代码,我手头只有这些-set OpenGL materials : binding for the Java language, which is part of code, I do only these
Date : 2008-10-13 Size : 52.12kb User : 赵鹏

这是大名鼎鼎的NeHe网站上的Bezier曲线绘制程序,对Beizer曲线的构造和OpenGL函数讲解的很透彻-This is the famous binding for the Java language website of the Bezier curve drawing program, right Beizer curve structure and function of OpenGL on the very thorough
Date : 2008-10-13 Size : 58.31kb User : 潘君

NEHE的OPENGL编程实例1,对OPENGL初学者来说很有帮助-NEHE the OpenGL programming an example of OpenGL newcomer helpful
Date : 2008-10-13 Size : 64.98kb User : 文聪

NEHE的OPENGL编程实例2,对OPENGL初学者来说很有帮助-NEHE the OpenGL Programming Example 2, a newcomer to the OpenGL helpful
Date : 2008-10-13 Size : 27.8kb User : 文聪

NEHE的OPENGL编程实例3,对OPENGL初学者来说很有帮助-NEHE the OpenGL Programming Example 3, a newcomer to the OpenGL helpful
Date : 2008-10-13 Size : 27.12kb User : 文聪

首先使用 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.
Date : 2008-10-13 Size : 84.19kb User : xjq

这是Nehe的用C#写的Opengl代码演示-This is the C# code written presentation Opengl
Date : 2008-10-13 Size : 47.71kb User : 戴少伟

经典的nehe的opengl教程源码,lesson01-48。提供打包下载的真少。-classic source of opengl Guide, lesson01-48. Download package for the true small.
Date : 2008-10-13 Size : 5.07mb User : 千森

NEHE的opengl教程(含所有章节代码)帮助文件,英文版-NEHE the opengl Guide (containing all the chapters code) to help document, in English
Date : 2008-10-13 Size : 1.53mb User : caowenli

OpenGL 制作的雪景效果 这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,这一个程序是参考NeHe改写而成,对用MFC写OpenGL程序有很好指导作用。-OpenGL effects produced by the snow This is a MFC write OpenGL snow. MFC procedures demonstration of the framework for the development of OpenGL, and demonstration in OpenGL visit Packaging in the executable file resources, This is a reference Retrieved procedures adapted to use OpenGL procedures MFC write a good guide.
Date : 2008-10-13 Size : 138.38kb User : 徐晓燕

NEHE 的 OPENGL 教程 非常经典 是学习OPENGL编程的绝好材料-NEHE the OpenGL tutorial is very classical learning OpenGL Programming excellent material
Date : 2008-10-13 Size : 8.02mb User : 眼长请

mfc + opengl下的实现代码.NeHe的-mfc opengl under the codes. Retrieved in
Date : 2008-10-13 Size : 19.66kb User : yyyy

是一个OPENGL的程序,里面实现了实体的确绘制,取材于NEHE的程序,再次感谢这位无私的人.-OpenGL is a procedure in which the entity is realized drawing, drawing on NEHE procedures, This again thanks to the selfless people.
Date : 2008-10-13 Size : 16.13kb User : 编程浪子

是一个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.
Date : 2008-10-13 Size : 12.14kb User : 编程浪子

NeHe网站的OpenGL基础图形编程,是比较基础的。-Retrieved basis for OpenGL graphics programming is the basis for comparison.
Date : 2008-10-13 Size : 355.57kb User : fzj

在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有了一定的了解后,不妨看看源代码,我把一切可能的注释都写进了源代码里,希望对你有帮助。 为了使用这个框架,你必须熟记以下四个函数,我们用它来完成OpenGL的逻辑: * bool Initialize() * 执行所有的初始化工作,如果成功函数返回true * * void Deinitialize() * 执行所有的卸载工作 * * void Update(DWORD milliseconds) * 执行所有的更新操作,传入的参数为两次操作经过的时间,以毫秒为单位 * * void Draw() * 执行所有的绘制操作 我们从Initialize()函数说起-in the home page will provide a total of four different styles of OpenGL procedural framework, respectively glut, Win32, Win32 object-oriented, Nehe together with the use of the Directory kind. Few believe that the readers would first have tolerance, Nehe of a reading tutorial and compile successful, because it has a lot of inside data structure and function, I also spent a full 12 hours before its translation and typesetting good. Well, do not waste the reader's time. In this framework to four object-oriented framework written in Win32 Finally, and most functional whole, We simply have on its use, you can use it to study the function of OpenGL. When you OpenGL structures of a certain understanding, and may wish to look at the source code, I put all of the Notes may have been written i
Date : 2008-10-13 Size : 179.65kb User : zw

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
Date : 2008-10-13 Size : 19.41kb User : zw

大名鼎鼎的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! !
Date : 2008-10-13 Size : 4.45mb User : 于广年

nehe的sdk,进行了重新编排,加入了全中文注释,vc++开发opengl不得不用的精品-nehe the sdk, the rescheduling, to the entire Chinese Notes vc development opengl had to use the products
Date : 2008-10-13 Size : 1.1mb User : 于广年

NEHE的OPENGL例子,VC++的,不说大家都知道的啦-NEHE the OpenGL example, VC, we all know that the Matata
Date : 2008-10-13 Size : 1.59mb User : dfsfsfs
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 35 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.