Welcome![Sign In][Sign Up]
Location:
Search - fog

Search list

[OpenGL programVc_OpenGL_Fog

Description: 为达到程序的整体和谐,产生雾的效果,本程序包括:A激活雾.B控制雾-procedures to achieve overall harmony, and have the effect of fog, the process includes : A activation fog. B controlled fog
Platform: | Size: 38912 | Author: lyzwh | Hits:

[OpenGL program200681114393210418

Description: 3D地形模拟2(带纹理)PC版 依据一本OpenGL上的例子修改的,在OGLES上没有找到绘画QUAD的函数,就用了两个三角形来替代,主要用到的还有FOG等效果。-3D terrain simulation 2 (with texture) PC based on a version of the OpenGL examples amended. In OGLES not find the painting QUAD function, the two used to replace the triangle, There used in the main FOG such effects.
Platform: | Size: 135168 | Author: gggg | Hits:

[Othersimulate_weather

Description: 气象景象的模拟 :对气象景象中的云彩、雾、雨雪、海浪等不规则物体的建模及模拟方法进行了综述性介绍,对描述云彩的中点置 换法、描述烟雾的细胞自动机模型、描述雨雪的粒子系统和海浪的模拟方法展开了讨论,并指出了今后的研究重点。-simulated meteorological picture : the weather picture of clouds, fog, snow, waves and other irregular object modeling and simulation methods for presentation on the clouds described the midpoint displacement method. Description smoke Cellular Automata model, in addition to the description of particle system and wave simulation methods at the seminar, and that the focus of future research.
Platform: | Size: 249856 | Author: 曹宏飞 | Hits:

[OpenGL programfog

Description: OpenGL红宝书(第三版)例子代码:雾化代码-Little Red Book OpenGL (third edition) example code: Atomization code
Platform: | Size: 2048 | Author: kejuantian | Hits:

[OpenGL programfog

Description: 基于OPENGL的雾绘制功能,要求在VC6下执行,是学习三维图形图像编程的好例子-OPENGL based fog rendering capabilities, requiring the implementation of VC6, is to study three-dimensional graphic image of a good example of programming
Platform: | Size: 96256 | Author: xiejianbin | Hits:

[OpenGL programOpenGLActiveFog

Description: 一个基于OpenGL ActiveX控件的雾效果OpenGL程序.先通过OpenGL Activex程序建立一个OpenGL控件,然后在雾效果程序中调用.对于研究雾效果中各参数的设置及产生的效果有帮助.-Based on OpenGL ActiveX control procedures OpenGL fog effects. OpenGL Activex first through the establishment of an OpenGL control procedures, and then the effect of the procedure call fog. The study of the effect of fog parameters settings and the effects helpful.
Platform: | Size: 64512 | Author: maverickye | Hits:

[OtherFOG

Description: 关于光纤陀螺原理与应用的书籍,对初学者有一定的帮助-On the Theory and Application of Fiber Optic Gyroscope books, for beginners will certainly help
Platform: | Size: 148480 | Author: czx | Hits:

[3D GraphicVolumeFog

Description: D3D实现的雾效,效果很酷,很有参考价值-D3D fog to achieve efficiency, the effect of cool, useful reference
Platform: | Size: 50176 | Author: 吕智涵 | Hits:

[OpenGL programfog

Description: OpengGL游戏编程例程,演示场景雾化的效果,强烈增强场景真实性,代码中的算法值得学习。-OpengGL game programming routines, the effect of demo scenarios atomization strongly enhance the authenticity of the scene, the algorithm code worth learning.
Platform: | Size: 438272 | Author: 杨庆 | Hits:

[Data structsrandomc

Description: Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.-Uniform random number generatorsby Agner Fog, 2001- 2007randomc.zip contains a C++ Class library of uniform random number generators of good quality.The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations . This C++ implementation provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths.The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip.Non-uniform random number generators are provided in stocc.zip.
Platform: | Size: 102400 | Author: lilin | Hits:

[Software Engineeringfogy_image_restoration

Description: 里面包含了Retinex理论的matlab实现和雾天图像处理的一些方法介绍,都是PDF论文格式的-Which contains the Retinex theory of realization and fog matlab image processing methods, the papers are PDF format
Platform: | Size: 2381824 | Author: jia | Hits:

[OpenGL programsnowstorm

Description: 这是我找了很久才找到的模拟下雪效果最好的源码,粒子系统很完善,雪花采用贴图实现,加上雾效果,整体感觉非常真实。-This is what I look for a long time simulation to find the best snow of the source, particle system is perfect, alabaster realize the use of mapping, together with the fog effect, the overall feeling is very real.
Platform: | Size: 57344 | Author: 王涛 | Hits:

[3D GraphicVolumeFog

Description: The Volume Fog sample shows the per-pixel density volumetric rendering technique. The fog volume is modeled as a polygonal mesh, and the density of the fog at every pixel is computed by subtracting the front side of the fog volume from the back side. The fog is mixed with the scene by accumulating an in/out test at every pixel -- that is, back-facing fog polygons will add, while front-facing ones will subtract. If the value is non zero, then the scene intersects the fog and the scene s depth value is used. In order to get better results, this demo uses 12 bits of precision by encoding high and low bits in different color channels. -The Volume Fog sample shows the per-pixel density volumetric rendering technique. The fog volume is modeled as a polygonal mesh, and the density of the fog at every pixel is computed by subtracting the front side of the fog volume from the back side. The fog is mixed with the scene by accumulating an in/out test at every pixel that is, back-facing fog polygons will add, while front-facing ones will subtract. If the value is non zero, then the scene intersects the fog and the scene s depth value is used. In order to get better results, this demo uses 12 bits of precision by encoding high and low bits in different color channels.
Platform: | Size: 28672 | Author: Phoebuson Ryao | Hits:

[VC/MFCFog

Description: 生成雾气的效果 ,非常逼真,用MFC写的-Generated mist effect, very realistic, written with MFC
Platform: | Size: 25600 | Author: gg | Hits:

[OpenGL programFog

Description: OpenGl雾化效果 实现了3中纹理映射特效-OpenGL 3 atomization effect achieved in texture mapping effects
Platform: | Size: 232448 | Author: limeng | Hits:

[Graph Drawingcalir+cologu+fog+alpha

Description: alpha_2.09.zip Alphat透明合成系统源代码源代码 calir_1.0.zip 腐蚀-膨胀-细化算法源代码 fog_0.75.zip 图像雾化处理程序源代码 cologu_0.85.zip 直方图修正-彩色变换算法源代码 -Synthesis alpha_2.09.zip Alphat transparent system source code source code calir_1.0.zip corrosion- expansion- thinning algorithm source code fog_0.75.zip image atomization process to amend the source code cologu_0.85.zip histogram- Color Transform algorithm source code
Platform: | Size: 55296 | Author: sinofeng | Hits:

[Special Effectstuxiang

Description: 大雾天气下图像的清晰化方法,数字图像处理中,大雾天气下的图像清晰化-Fog clear images under the method, digital image processing, the heavy fog clear images under the
Platform: | Size: 1612800 | Author: wangyang | Hits:

[CSharpfog

Description: 用CSharp代码编写的雾效,供大家交流学习-CSharp code prepared by fog effect, for all to learn
Platform: | Size: 226304 | Author: 车风 | Hits:

[OpenGL program16(fog)

Description: opengl实现雾。 opengl实现雾。-opengl fog achieve. opengl fog achieve.
Platform: | Size: 121856 | Author: wang | Hits:

[OpenGL programfog

Description: Opengl雾化和地形-Opengl atomization and terrain
Platform: | Size: 986112 | Author: dsfj | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net