搜索资源列表
womans
- 这是采用点云数据编写的一个三维演示程序,底层是opengl设置,对要进行三维编程有参考价值-This is the point cloud data used in the preparation of a three-dimensional demonstration program, the bottom is opengl settings, the three-dimensional programming to a reference value
demos-bin
- opengl3d粒子制作演示程序,包括源代码,可以学习实用,是cg游戏爱好者学习的好材料.-opengl3d particles produced demo programs, including source code, we can learn from practical, yes cg games lovers a good learning materials.
Particles1
- opengl 开发的火焰演示程序代码,包括学习源代码,是制作游戏的很好的素材。-opengl development of the demonstration Flame code, including learning source code, the game is to produce a good material.
SwimmingPool1
- opengl开发的游泳池的制作程序,包括演示程序,和开发源代码,是cg游戏爱好者的学习好材料-opengl development of swimming the production process, including a demonstration procedures, and open source, is cg game enthusiasts to study materials
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
Blo_Flower_ss
- 面向于OPENGL初学者的立体花演示程序,-for beginners in OpenGL 3D spent demo program,
3Ddemo演示程序
- 自己写的空间三维点的opengl演示程序,包括delunary三角化、光照、纹理映射、arcball控制等。-write his point of the three-dimensional space opengl demo program, including delunary Triangle, light, texture mapping, arcball control.
CSsource
- 仿CS的OpenGL的演示程序,VC6环境。-imitation CS OpenGL demo program, VC6 environment.
粒子效果演示(附代码)
- 粒子系统的演示程序 给出了粒子系统设计的一般方法 希望能给大家一些帮助-particle system demonstration program is a particle system to the general design approach in hopes of giving you some help
OpenGL_Bezier
- 一个使用OpenGL绘制图形教程,线框曲面的显示演示程序,适合学习-a use OpenGL graphics rendering Guide, the display surface wireframe demo program, suitable for learning
OpenGL_Blob
- 使用OpenGL制作的一个彩色小球演示程序,适合初学者学习-use OpenGL produced a color ball Demonstration Program, for beginners to learn
ballWorld
- 球体和圆环的环绕动画演示程序.送给初学opengl的朋友-ball and the ring around the animation demo program. The gift of learning opengl friends
openglxibaofenlie
- opengl的细胞分裂演示程序。可以当作教学使用。使用一定的生灭算法。-opengl demonstration of the cell division process. Can be used as teaching. The use of certain birth and death algorithm.
3DVideoPlay
- 本程序是基于DirectShow视频捕获的OpenGL视频纹理演示程序,可以在三维表面和物体上动态显示视频纹理和播放声音。其中视频纹理获取的dll是我修改自网上强人的作品的,其源码在另一文件中发布。-this program is based on DirectShow video capture OpenGL video texture demo program, the three-dimensional objects on the surface and dynamic display
8452366451
- 演示程序!OPENGL的!挺好!希望下载的朋友要留言啊,-demo program! OpenGL! Very good! Want to download messages to a friend ah long as
openGL_robot
- 这是一个openGL的机器人行走转圈的演示程序.有详细注释.-This is a openGL walking robot moved around the demonstration program. Notes detail.
简单的OPENGL程序
- 一个简单的雪景演示程序,使用OPENGL框架。-a simple demonstration of the snow, the use of OpenGL framework.
Opengl 函数演示
- opengl重要函数的演示程序所-opengl important function of the demonstration program
dem+纹理贴图三维演示程序
- 自己编写的dem+纹理贴图三维演示程序,供学习交流参考,I have written dem+ Texture mapping three-dimensional demonstration of procedures for studying the exchange of reference
纹理贴面算法示例程序
- 许多游戏和模拟程序,经常使用大纹理作为墙壁、地板或地形。大纹理占用较大的存储空间,在载入和渲染其间也会消耗大量带宽,由于大多数显卡都会给单个纹理大小设置上限。本文是基于这些纹理的这些问题,在压缩纹理之外给出的一种解决方案:纹理贴面(title)的演示程序。