Welcome![Sign In][Sign Up]
Location:
Search - opengl me

Search list

[OpenGL programgraph3dapp

Description: 用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcreator3.5编译(内建工程),当然也可以用其他Java工具编译。需要详细了解的网友可与我联系-written with Java 3D graphics rendering procedures, and not to use OpenGL Java3D, pure Java, scanning depth blanking line, and partial illumination model, the procedures used for graphics teaching. Procedures used Jcreator3.5 compiler (built-engineering), of course, can also be used to build other Java tools. A detailed understanding of the needs of netizens can contact me
Platform: | Size: 53248 | Author: 徐林 | Hits:

[OpenGL programA11_射击、爆炸

Description: OPENGL编程初步,实现射击,爆炸效果,不能运行的划清跟我联系-achieve fire, explosion effects, can not run the draw contact me
Platform: | Size: 25600 | Author: 刘晓强 | Hits:

[OpenGL programFiWorld

Description: CS游戏软件开发,使用VC OpenGL开发的,请大家参考学习,有什么不明白的地方请给我发mail-CS game software development, use OpenGL development of the VC, please refer to learning, what place do not understand please give me the mail
Platform: | Size: 59392 | Author: sun | Hits:

[OpenGL programstarfighter

Description: OPENGL 3D游戏源码,有兴趣的可以下载好好研究研究,上传就是要我说太多的废话,看源代码是最佳方式。-OpenGL 3D gaming source, are interested can download a good studies, Uploading is to me that too many of rubbish to see the source code is the best form.
Platform: | Size: 88064 | Author: 刘坤 | Hits:

[OpenGL program5.9

Description: 因为这个是用OpenGL做成的。要成功运行你必须有OpenGL的三个库文件,但是只要是会用OpenGL的人都会知道这三个文件是什么(光靠vc++6.0中的那个库不行,还要有三个,会用OpenGL的人都会放这三个文件,因为要放在三个地方,比如有放在 system32文件中的glut32.dll) 这个是本人的为系主任老师编写的设计程序,保证能用,如果版主对OpenGL不太了解的话,可以相信我,我保证下这个的人都会用-because this is made of OpenGL. To be successful you have to have running OpenGL three libraries, But only with OpenGL will of the people will know that this is what the three documents (vc 6.0 alone that the library No, there are still three, we can use OpenGL people will take these three documents, because on the three places, For example, a document on the system32 glut32.dll) This is my teacher for Head the preparation of the design process, can use to ensure that, if the moderator of OpenGL do not quite understand, you can believe me, I guarantee the person will be able to use
Platform: | Size: 3078144 | Author: fancy | Hits:

[3D GraphicSkeletalAnimation

Description: 骨骼动画,介绍骨骼动画的加载和创建方法,如果不能运行请与我联系,jarod-jerry@163.com-skeletal animation, skeletal animation on the loading method and the creation of, if not run, please contact me. jarod-jerry@163.com
Platform: | Size: 1601536 | Author: 荣天 | Hits:

[OpenGL programOpenGL_A8

Description: A lot of people asked me, "So how do i put it all together?" I have taken some of the other tutorials and created this piece of eye candy. It uses slightly modified versions of the Bouncing Ball and Water Ripple tutorials.-A lot of people asked me, "So how do i put it all together," I have taken some of the other tutorials and created this piece of eye candy. It uses slightly modified versions o f the Bouncing Ball and Water Ripple tutorials.
Platform: | Size: 111616 | Author: 古洪 | Hits:

[OpenGL program3DPic

Description: 3D图象,VS2005下编译通过 VC++图象处理类源代码 需要MFC, OpenGL支持 我过去学openGL时的源代码,请不要笑,它可作为继续加工的模板-3D images under VS2005 compile VC image processing category needs MFC source code, OpenGL support me in the past when learning openGL the source code, please do not laugh, it can be used as the template to continue processing
Platform: | Size: 45056 | Author: tomas | Hits:

[OpenGL programspace123321

Description: 这是我的OpenGL作业,内容为一个在太空中飞行的飞船,背景为一颗恒星和一颗星星,由于初学,做的粗糙,望大家见谅-This is my OpenGL operations, says in a space flight of the spacecraft, background of a star and a star, as a novice, so rough and hope you will forgive me
Platform: | Size: 2356224 | Author: White | Hits:

[OpenGL program50579380

Description: opengl sample used for making a triangle mesh of sphere-opengl sample used for making me a triangle sh sphere of
Platform: | Size: 43008 | Author: patrick | 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 program2005628115114959_600it

Description: char *className = "OPENGL" char *windowName = "OPENGL彩色圆环编程示例" int winX = 0, winY = 0 int winWidth =300, winHeight = 300 -char* className = "OpenGL" char* windowNa me = "Color Ring OpenGL Programming Example" int winX = 0, winY = 0 int winWidth = 300, 300 = winHeight
Platform: | Size: 28672 | Author: 89329749 | Hits:

[OpenGL programText1

Description: 画图程序,OpenGL,作业 实在没什么可说的了,饶了我吧,怎么还不到20字-Paint program, OpenGL, operation is nothing to say, and spare me, how can less than 20 characters
Platform: | Size: 1024 | Author: zhaofei | Hits:

[OpenGL programNeheSourceCode

Description: 著名的NEHEOPENGL VC++源代码,可以辅以我发过的NEHE OPENGL中文版教程参考,速成OPENGL-Famous NEHEOPENGL VC++ Source code, can be supplemented by me off the Chinese version of NEHE OPENGL Reference Guide, Quick OPENGL
Platform: | Size: 5321728 | Author: 赵杰伊 | Hits:

[OpenGL programVRplane

Description: 飞机漫游系统的两个修改版本,主要针对地形系统的修改。这里面包括了平面地形和高程数据的地形。其中,高程数据的地形是从RAW灰白图像文件中读取的。做的不好,请多原谅。有志OPENGL实现虚拟现实的朋友,都可以和我联系,大家一起进步。本人QQ:183971435(不诚勿扰)。谢谢!-Roaming aircraft modified version of the two systems, mainly for the terrain system changes. This includes a flat topography and terrain elevation data. Among them, the terrain elevation data from the RAW image files gray read. Do not, please forgive me. OPENGL aspiring to achieve virtual reality friends, and I can contact you with progress. I QQ: 183971435 (not sincere enough not to disturbance). Thanks!
Platform: | Size: 7894016 | Author: huangsir | Hits:

[VC/MFCredbook

Description: 红宝书,不用我多说了吧,想学OpenGL的人都应该知道这本书了,绝对的经典-Little Red Book, no need for me to say it, people who want to learn OpenGL should know this book, and an absolute classic
Platform: | Size: 2430976 | Author: 刘超 | Hits:

[Dialog_Windowopengl

Description: 好用的原程序 大家下載來用用看 有錯和我說一下-Use the original program download to use with everyone has the wrong look and let me
Platform: | Size: 26624 | Author: | Hits:

[Special EffectsImplit_Function_And_Marching_Cube

Description: 实现了3D模型变形(morphing)的隐函数插值算法。并有Matching Cube算法网格化模型。这个程序花了我不少时间编写。-Achieved a 3D model of the deformation (morphing) of the implicit function interpolation algorithm. And Matching Cube Mesh count model. This process gave me a lot of time to prepare.
Platform: | Size: 153600 | Author: lemon lee | Hits:

[OpenGL programgl_mesh_output

Description: 一个使用OpenGL开发网格模型的例子,通过本例子可以学习如何通过OpenGL开发VRML和3DS网格-The use of OpenGL to open a model example of Grid, through the examples, we can learn how to develop VRML through OpenGL and 3DS Grid
Platform: | Size: 302080 | Author: yx | Hits:

[OpenGL programright_Button_Menu

Description: OpenGL右键菜单实现 用gltu做的,初学的一个demo,比较简单-Right menu OpenGL using gltu do a beginner demo, relatively simple
Platform: | Size: 291840 | Author: fan | Hits:
« 12 3 4 »

CodeBus www.codebus.net