搜索资源列表
open_z
- 一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are deta
GLtry
- OpenGL例程,可以通过鼠标把图形移动到指定的位置,也可以通过菜单来控制-OpenGL routines can be put through mouse mobile graphics to a specific location can be controlled through a menu
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
OpenGL_Dev_Lib
- 开发OpenGL程序,必须要的库文件. 包含*.lib *.dll *.h 相信大家都知道要把他们放到那里-OpenGL development procedures, must of the library. included *. lib *. dll *. h think we all know where they would put
change3DwintoCpp_chahu
- 一个用3DWIN把3D文件转化成CPP文件,然后再稍做加工以三角形面片的形式显示出来-3DWIN put with a 3D paper documents into CPP, then a little triangle-processing unit in the form displayed
OpenGL_A8
- 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
g3DGMV-0
- 超强的三为OpenGL渲染渊代码,这点收操能够 VC 6.0 平台(文件就是压缩文件,你他吗的肥硕没有,你门高个屁啊,网页他么的都做不好,关门把)-super three Yuan for OpenGL rendering code, This can be plagued parade VC 6.0 platform (document is compressed files, you him? the stout not, you Gate high Ganpi ah, Mody'
OpenGL_ActiveX
- 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
- 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有
2004082412074230708
- 这是OpenGL最基本的交互模式,在这个例子里可以通过鼠标来点击运动三维物体来显示物体的名称,也可以添加自己的代码来作其他的事情.这个例子的原作者是:Jan Horn另外还要把dll文件夹中的Dll考到System32目录下. -This is the OpenGL basic interactive mode, In this example can click of the mouse to click on 3D objects to show the names of objects,
pRATICLE
- 一个OPENGL做的粒子系统,很有参考价值,新手门多看看把!-an OpenGL done particle system, great reference value, and newcomers to see put doors!
ERCIDUIXIANG
- 提供了一个OPENGL二次曲线曲面的程序,还有二次对象的程序,多看看把-provide a quadratic curves and surfaces OpenGL procedures, and the second the procedure, see more put
water
- Water is a small mini project inspired by a post in my message forum. The post was talking about whether or not it would be possible to create a water effect by modifying the waving flag tutorial. I stripped the flag of it s texture, put stars in the
Static_OpenGL_Textures
- 把CStatic类改装成CStaticGL类,用于在对话框中使用OPENGL画出3维模型,并在模型中添加透明效果。进一步给每个模型的元件增加贴图。-put CStatic converted into Class CStaticGL category, for the use of OpenGL dialog sketches of three-dimensional model, the model and add transparency effects. Further to each m
27-AviGenerator_demo
- 把OpenGL转换为AVI动画片-put OpenGL converted to AVI animation
myt1
- 该程序是opengl的一个基本的入门源代码,但是我把每一行程序都做了解释,可以很方面的知道每行代码的意思,方便初学者入门-The program is a basic opengl entry source code, but I put each line to explain the procedure done, you can know every aspect of the meaning of lines of code to facilitate entry for beginne
3DSglLoader
- 三维图形功能,能实现3ds文件图像呈现,移动和放宿的功能,虚拟现实-3D-Three-dimensional graphics functions, to achieve 3ds file image shows, mobile and put the functions of places, virtual reality-3D
glutEx1-vs6
- 首先,画一张有四条腿的桌子,其中四条腿的形状一样位置各异,所以先写一个画桌脚的函数Draw_Leg113(a,b,c),并通过参数把绘制的位置告诉函数。函数的实现较为简单,只需先push,后pop保护当前的矩阵,再经过移位,缩放z轴,绘制cube即可完成。 -First, draw a table has four legs, one of the four legs of different shapes, like the location, so the first leg draw
opengl_red_book
- OpenGL Red Book 网上的1.1版本(包括代码) 我把它做成了chm格式,方便使用-OpenGL Red Book of the 1.1 version of the Internet (including code) I put it into the chm format, user-friendly
fish
- 使用OpenGL实现的鱼群粒子群游动,每条鱼可以动态的模拟真实鱼的动作,鼠标左键可以控制方向,右键可以摆出长方形,中键可以摆出三角形-The use of OpenGL to achieve particle swarm swimming fish, each fish can simulate the real dynamic of the movements of fish, can control the direction of the left mouse button, right-
