搜索资源列表
colorcube
- 在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体, 立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键 盘上的箭头键来旋转该色彩立方体,观察它的各边各角。-environment in vc use opengl rendering color cube. This is a sleek-colored cube, the cube corner from the surface of a color gradient is to the rig
Drectx 3D图形编程实例源代码
- Drectx 3D图形游戏编程实例源代码,包括directx9初始化、图形的着色、顶点缓冲及3D效果等-Drectx game 3D graphics programming source code examples, including directx9 initialization, graphics rendering, a vertex buffer and 3D effects
PictureProcess
- 彩色图像处理,灰度、亮度、对比度调整,着色,平滑处理,多种锐化,霓虹,浮雕,扩散,马赛克等。-color image processing, gray, brightness, contrast adjustment, coloring, smooth handling, multiple Sharpening, neon, the coat of arms proliferation, such mosaics.
FillTriArea
- 这是对一个三角形区域采用扫描填充算法着色的程序,特点是颜色随像素的坐标变化-This is a triangle filled with scanning algorithm coloring process, which is characterized by the color pixel coordinates with the changes
24bitsColorImageProcessing
- 此源程序实现了对24位图像进行处理。里面包括了很多图形图像算法如灰度着色,滤波,特效显示,图像锐化-achieve this source of the 24 images for processing. They include a lot of graphics algorithms such as gray shading, filtering, effects, image sharpening, etc.
ImageRender
- 一个关于图像处理中图像着色复原的源程代码。-image processing on an image rendering recovery-source code.
openglexample2
- 一个教您给三角形和四边形添加2种不同类型的着色方法的opengl程序,使用Smooth coloring(平滑着色)将三角形的三个顶点的不同颜色混合在一起,创建漂亮的色彩混合。效果相当不错!-teaches you to a triangular and quadrilateral add two different types of coloring method opengl procedures, Use Smooth coloring (coloring smoothing) trian
12_171404_phong
- 一个利用opengl和cg来实现phong着色的程序-use opengl and a cg coloring to achieve the procedure phong
03_Color
- 添加颜色: 作为第二课的扩展,我将叫你如何使用颜色。你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色。 -add color : As the expansion of the second class, I will tell you how to use color. You will understand two color pattern of the Left, the triangle is smooth coloring, with the
VertexColor-src
- Cg顶点着色程序。详细说明了各个顶点如何着色,着什么颜色等,以及整个图形的颜色。同样,必须安装Nvidia的Cg ToolKit!-Cg vertex coloring process. A detailed descr iption of how each vertex color, what color, as well as the entire graphic color. Similarly, the installation of the Nvidia Cg ToolKit!
OpenGLOctane3d
- OpenGL低级着色语言和高级着色语言。讲解了不用着色语言所用的profile,以及所用的的变量的含义。对于学习OpenGL扩展库有很大帮助!-OpenGL shading language junior and senior coloring language. Coloring not on the language used in the profile, as well as the meaning of the variables. Learning OpenGL extensions
着色问题
- int x[5]={0}; //表示每个结点所用的颜色种类,初始化为0 int count=0; //表示着色的种数 //书上P65上的图4-11
DrawMap
- 一个中国地图着色的源码,可以对中国的32个省着上不同的颜色-Draw China Map
fine_cg_src
- 图形着色程序, 进行Gouraud三角形着色-Graphics rendering procedures Gouraud shading triangle
GLSL
- 本电子书书opengGL 2.0中的shading language 部分,该文档完整规范,很适合初学者并且带有详细的着色程序源码,方面学习与进一步研究-The e-book book opengGL 2.0 in the shading language part of the full specification of the document, it is suitable for beginners and the coloring process with detailed sourc
colorization_matlab着色
- 数字图像处理的 着色算法 matlab源代码(Digital image processing coloring algorithm matlab source code)
CSGC图着色算法
- 针对图着色问题所用的一种算法,解决路线着色问题。(An algorithm for graph coloring is used to solve the problem of route coloring.)
图论着色CSGC
- 针对图着色问题所用的一种敏感图论算法,解决路线着色问题。(A sensitive graph theory algorithm for graph coloring problem is used to solve the problem of route coloring.)
颜色敏感图着色CSGC
- 颜色敏感的图着色频谱分配算法,解决图着色问题。(Color-sensitive graph coloring algorithm, solving graph coloring problem.)
Article_11
- 示例:绘制一个D3D API生成的顶点着色三角形 各顶点间渐变颜色,这是知乎上的例子 咱上传是为了下载代码~~~ 权倾删(Example:Display a vertex shader drawn by D3D)