搜索资源列表
波浪动态
- 利用OPENGL编写了一个海面波浪模拟的程序,同时对海面图像的纹理数据进行动态变还,具有较好的视觉效果-use OpenGL prepared a sea wave simulation procedure, and the image of the surface texture data dynamically change also has better visual effects
wave18135
- 我试验的一个Windows Media Player 视觉效果插件-I test a Windows Media Player plug-in visual effects
OGL_motionblur
- 运动模糊(Motion Blur)效果演示 运动模糊是一种常见的运动效果处理手法, 由于眼睛的视觉暂留现象,会在视觉上形成一个拖影效果. 在OpenGL中利用渲染到纹理技术, 依次不时间序列里面的连续若干帧的图象,依次渲染到纹理里面, 然后在alpha混合呈现在屏幕上面,就形成了motion blur效果.-Motion Blur (Motion Blur) Motion Blur effects demo is a common effect of the campaign to
MFC_OpenGL
- 通过等值线的绘制与填充过程分离的编程思想,先用OpenGL硬件加速的光栅化技术实现区域快速填充,然后利用MFC下的GD I绘图功能在相同的区域上绘制等值线。该方法不涉及到复杂的算法,用很简单的代码就能实现与商业软件视觉效果相媲美的等值线填充效果,且适用于离散区域为任意形状的多边形网格系统。
LodFiled
- 三位地形的模拟。由于地形的模拟通常需要大量的数据,在满足视觉效果的前提下,使用LOD技术提高程序速度-three terrain simulation. Because of the topography simulation usually require large amounts of data to meet the visual effects on the premise that the use of technology to improve procedures LOD spe
1
- 三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果. 2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火. 3)点击程序下拉菜单下模式下可以改变烟火发射模式: -Rotating three-dimensional objects, as well as zoom 1) sequence using particle system visual effects pyrotechnic simulation .2) Click the toolbar button, resp
Landscapelighting
- 浅海下的光线风景flash效果,极具视觉效果 -Shallow landscapes flash light under the effect of
EnvironmentMapping
- 一个利用OpenGL的编写的动态图形效果:两个球体围绕水银镜面圆球做不同半径的旋转,且两个球大小随旋转产生变换,背景生动有良好视觉效果-Prepared using OpenGL, a dynamic graphical effects: two balls of mercury around the mirror-ball do different radius of rotation, and the two balls the size of transformation with the
bumptexture
- 这是一个opengl贴凹凸纹理的例子,视觉效果极为不错,对于不清楚凹凸纹理原理的人来说,里面有详细的代码注释,有助于理解-this is a program about bump texture by opengl ,besides ,there are definite Notes to help you urderstood
ROCKETRISE
- 图形学课程作业,模拟了火箭的发射过程,多视觉切换,效果良好-Graphics course work, the process simulation of a rocket launch, and more visual switch to good effect
simulateWave
- 计算机视觉小作业,粒子系统,模拟水波,产生金鱼在水中的效果-Computer vision operations, particle systems, simulation of water waves, resulting in the effect of the goldfish in the water
main-and-child-window-two--opengl
- 在主窗口中添加一个控件,然后再主窗口和子窗口中同时用2套opengl去绘制,视觉效果类似于一个opengl在绘制,用途:在一个opengl框架中用类似vtk这样的opengl高级类时,这些类没有底层的接口与当前opengl对接但却需要这些类的功能,此时这种方法适合-Adding a control in the main window, and then the main window and the child window simultaneously with two sets openg
雪花—粒子系统
- 粒子系统表示三维计算机图形学中模拟一些特定的模糊现象的技术,而这些现象用其它传统的渲染技术难以实现的真实感的 game physics。经常使用粒子系统模拟的现象有火、爆炸、烟、水流、火花、落叶、云、雾、雪、尘、流星尾迹或者象发光轨迹这样的抽象视觉效果等等。(Particle systems represent techniques that simulate some specific fuzzy phenomena in three-dimensional computer graphics
OpenGLbczn8_downcc
- OpenGL编程指南(第八版):OpenGL 图形系统是图形硬件的一种软件接口(GL 表示 Graphics Library,即图形库)。 它使得用户可以创建交互式的程序以产生运动的 3 维对象的颜色图像。通过 OpenGL,我们 可以使用计算机图形学技术来产生逼真的图像,或者通过一些虚构的方式产生虚拟的图像。 这本指南将告诉你如何使用 OpenGL 图形系统进行编程,得到你所期望的视觉效果。(OpenGL Programming Guide (8th Edition))