搜索资源列表
图形学-原点旋转
- 本人在国外读CG时老师演示的一份作业,绝对原创!请下载使用者保留程序上的copyright说明!本程序是用OPENGL实现的原点旋转,值得初学者参考学习-I read CG abroad when a teacher demonstration operations, absolute originality! Users download the reservation procedure on the copyright note! This procedure is used to ach
OpenGL超级宝典各章源代码01-19
- 《OpenGL超级宝典(第二版)》 在本书中,通常每章介绍一个方面的编程主题,并在同一章中给出与此编程主题相关的大量函数及函数说明。另外,许多函数还提供了实用的示例,使读者可以直接在自己的程序中借鉴参考。 本书内容丰富而全面、结构清晰、层次分明,适用于使用OpenGL编程的各个层次的程序员。 本书是有关OpenGL的参考书,它的内容完整而全面,专为使用OpenGL的新版本进行编程的Windows程序员而写。本书适用于希望掌握OpenGL并提高其图形编程的程序员,既可以作为
GLBLEND1
- 一个很好的OpenGL融合的例子,可用于制造透明或半透明的特殊效果,注意:在运行程序之前,请将提供的\"*.dll文件拷贝到系统的\"Windows(或WinNT)\\system32\\\"目录下。如果还需要别的文件请自己配置! -a good example of the integration of OpenGL and can be used to create a transparent or semi-transparent special effects Note : Befo
TEXSMPL1
- 一个很好的OpenGL纹理映射的例子,注意: 在运行程序之前,请将提供的“DLL\\*.dll文件拷贝到系统的\"Windows(或WinNT)\\system32\\\"目录下。 -a good OpenGL texture mapping example Note : Before running the program, I would be grateful if the "DLL \\ *. dll files are copied to the system&qu
OpenGLTutorial
- OPENGL入门的好举例.建立MFC的消息体系和OPENGL状态机的联系方式,OPENGL的渲染,立体几何中的数学模型等内容.可以花点时间入门和学习.其实3DMAX就是这些东西.注意,这是表面渲染,不是实心的物体的仿真!其需要有限元法等工具进行模拟.气体模拟等用的粒子系统以后提供-entry OpenGL good example. News of the establishment of MFC and OpenGL system link state machine , OpenGL ren
3D_world
- 演示如何使用OpenGL建立一个游戏中的三维世界。使用上下左右方向键在其中前进、后退、左移、右移,使用鼠标左转、右转、上看、下看。(注意:需要解压到c:\\windows\\desktop,否则贴图不能正常显示,你可以很简单的修正此bug)-demonstrate how to use the OpenGL establishment of a 3D game world. Using the up and down about the direction in which the key fo
earthround
- 卫星绕地球旋转的动态工程。刚才上传的是静态的,这个加了rotatle后的动态过程,代码都加了注释,在vc下编译通过。注意事项请看上个上传得文件。-satellite orbits around the Earth's dynamic works. Just upload a static, the increase rotatle after a dynamic process and increase code, a footnote under the vc compile. See
Openearth
- 用OpenGL实现展开地球的三维动画 打包说明:打包软件为winzip,其中paper.zip为正文压缩文件,解压后 为word2000环境下的正文文件paper.doc,program.zip为源程序压缩文件,解压后为VC++6.0环境下的工程文件OpenEarth.dsp等系列程序...及作为纹理使用的位图文件Wordmp.bmp 程序使用说明 解压program.zip为源程序压缩文件,将opengl32.lib glu32.lib glaux.lib等库文件拷
basicvector
- 作者: junglesong 这是我过去进行一个OpenGL项目时使用到的\"三维空间向量/点\"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,特别重要的向量计算如点积,叉乘还有相关说明,希望对大家有所用处. 由于源程序涉及到保
Lightingioriroit
- dengguangxiaoguo的说明,基于opengl的程序源代码-dengguangxiaoguo Note opengl on the program source code
tetrahedron
- 具体的说明文件在压缩包里面都有了.本代码来自德国的免费下载,如果作商业用途,请与该机构联系.-specific note of the compression packages have the inside. The code from Germany to download free of charge. If for commercial purposes, please contact the agency.
OpenGL_DEM
- 读取DEM的程序,里面有说明,按说明操作即可-read DEM procedures, with a note, according to the instructions can be
NeHeOpenGLTutorial
- 压缩包中有六个源码,具体的说明在introduction.doc里面,望您查阅-compressed a six-source, the specific note in introduction.doc inside. You hope inspection
A010_OpenGL
- A010_OpenGL的程序框架-please read your package then write their specific function (at least 20 words). Try not to let the station have spent time in your note on the amendment. A password to extract passwords note. Please delete compiled the debug / relea
opengl光源和模型
- opengl模型和光源,光源和视点可以调整位置 注:红色立方体不是光源,光源为不可见的. 我是初学做的不怎么好.-opengl model and the light source, light and perspective can be adjusted position Note : red cube is not light, light source is not visible. I was learning to do very well in this aspect.
vsgn_user_vsb
- This sample illustrates how to extend the Vega Scenegraph by deriving a custom node, and how to extend the vsb loader infrastructure be able to read and write the newly derived node type. Additionally the sample demonstrates how to encrypt a scenegra
vsgs_fireworks
- This sample illustrates how to generate and modify vrGeometry objects on the fly. In the sample the new geometry is used to render a custom particle system modeled after a fireworks display. Note that the particle positions and sizes are updated ever
2005011609594128107
- CS仿真程序。这是我见过的写得最漂亮的OpenGL程序,潜心研究了三天之后,增加了大量注释,删除了一些冗余代码,并且修改了它的碰撞测试函数,加入了图示说明。各位学习OpenGL的新手不应错过这么一个优秀的程式。-CS simulation program. This is what I saw the most beautiful written OpenGL procedures, for three days of painstaking research, a significant in
2005010815393829175
- DXFramework--不错游戏开发引擎平台。OpenGL方面的东东。详细情况看里面说明。-DXFramework -- good platform game development engine. The OpenGL Wanton. See details of the note inside.
Piano
- 项目说明:用VC++做的钢琴程序,opengl做的,可以为学习opengl编程的人提供参考。注释详细。 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 A,S,D,F,J,K,L:分别发出1-7四个音-Project descr iption: VC++ to do with the piano program, opengl do opengl programming for learning to provide reference. N