搜索资源列表
bugle-0.0.20070528.tar
- BuGLe combines a graphical OpenGL debugger with a selection of filters on the OpenGL command stream. The debugger allows viewing of state, textures, framebuffers and shaders, while the filters allow for logging, error checking, video capture and more
cubeKeybroad
- 一个随机产生颜色的立方体,按不同的键位完成不同的功能。实现旋转,拉伸,位移, A cube will be colored by random, it can rotate,scaling,shear,translate,if you press the assign key,input your data on command windows
Play3D010-Binary
- Play3D is a program to play 3D video files using full-screen quad-buffer OpenGL stereo, or red/blue glasses (anaglyph mode). It should play any format that is supported through DirectShow with an appropriate codec. This includes AVI as well as
Line.rar
- glut画线程序 自己做了一个用glut画直线段、多段线和闭合直线段的小程序.操作方法:单击鼠标右键会有弹出菜单,执行相关命令可以画线。 如果下所包里的程序不能执行,用VC重新编译一下就可以执行了。,Line glut procedures do draw a line segment with glut, multi-paragraph straight line and close the applet. operation: Click the right mouse button w
cvtool.zip
- A command line tool that implement multi High Dynamic Range Image Processing Algorithms using OpenGL and Graphics Processing Units (GPU).,A command line tool that implement multi High Dynamic Range Image Processing Algorithms using OpenGL and Graphic
kbkcgp
- unix command progra-unix command programm
classic_tutorial_opengl_commands_and_processes
- opengl命令和进程经典教程classic tutorial opengl commands and processes-opengl command and processes the classic tutorial classic tutorial opengl commands and processes
OpenGL
- 1.1opengl基础 1.1.1opengl图元及命令 1.1.2opengl是一种过程语言 -1.1opengl based 1.1.1opengl primitive and command 1.1.2opengl is a process of language .....
opengl_to_directx_01
- OpenGL port to DirectX SDK command.
OpenGL
- 利用OPENGL和VC混合编程,实现窗口的分割,左边窗口设置控制命令,右边窗口绘制圆,可以改变其中心位置和半径。并且可以设置坐标旋转。-Using OPENGL and VC mixed programming, split window, left window, set the control command, Draw a circle on the right window, you can change its central location and radius. And can
wqedwqt
- 画圆锥体,这个是利用的三角形图元的GL_STRINGLE_FAN命令来做的。-Circle cone, this is the use of triangular elements of GL_STRINGLE_FAN command to do the.
121
- 输入错误的话,可以复制这条指令,然后在命令提示框点击左上角的c:\,使用下面的“编辑-粘贴”功能就不容易输错了。在飞速滚屏完全静止之后,别着急启动其他程序,先耐心等一会儿,因为此时dll们还在找位置。直到你的指示灯不闪了再做-Input the wrong word, can copy this instruction, and then in the command tip box click on the top left corner of the c: \, use the follow
fog
- 这是一个雾的openGL教程程序,它包括了命令窗口能动态改变雾的函数,雾的颜色也能够被改变-The fog tutorial program (shown at right) demonstrates how to use depth cueing (or fog) in OpenGL. It includes command panels that allow dynamic update of the parameters for linear, exponential and expone
OpenGL_kaifaku
- OpenGL的开发库,里面有各种OpenGL的库函数,还有Dos命令文件,可以直接复制OpenGL库函数文件到系统文件夹和VC安装文件夹下-OpenGL development libraries, there are a variety of OpenGL library functions, as well as Dos command file, you can directly copy files to the OpenGL library functions and VC syste
CHAP04_MYTEMPLATE
- 命令操作对话框,实现对球体的缩放、拉伸、着色及动画旋转-Command dialog operation, realize the scaling of the sphere, stretching, shading, and animation
move
- 会旋转的正方体。代码中包含基本三角形,基本四边形等绘制图形面的组合以及旋转等基本命令。适合初学者仔细琢磨。-Cube will rotate. Code contains substantially triangular, substantially quadrangular, etc. and combinations of rotary drawing command basic pattern plane. Suitable for beginners to digest.
epee
- hata模型的仿镇 输入命令hata_simulate即可 不错的源码 很好的-Input command hata_simulate hata model of town can be a good source of good
procevsing
- MATLAB 图像处理命令,MATLAB image processing command-MATLAB image processing orders, the MATLAB image processing the command
OpenGL001
- 这段代码解释了什么是混合.就是将前景色与背景色结合得到新颜色的过程 背景色:又叫目标颜色,是已经进入颜色缓冲区的颜色. 前景色:当前渲染命令的颜色,作为结果进入缓冲区,又叫源颜色. 混合有混合方程式,混合方程式有两个混合因子来计算最终的混合颜色. 打开命令:glEnable(GL_BELNDING);//blend:混合 混合因子的设置需要函数glBlendFunc();来实现,他有两个参数,分别是源混合因子和目标混合因子的值 而这两个混合因子有15个预定义的值.(This code