CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vertex
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - vertex - List
[
Other resource
]
Learn.Vertex.And.Pixel.Shader.Programming.With.Dir
DL : 0
这是一本有关图形渲染得书。是学习Vertex shader和Pixel shader编程的很好的参考书。-this is a graphics play up the book. Vertex shader learning and Pixel shader programming very good reference books.
Update
: 2008-10-13
Size
: 6.46mb
Publisher
:
睢小龙
[
Other
]
vertex
DL : 0
vertex矢量图层,可以显示图像,移动
Update
: 2008-10-13
Size
: 858byte
Publisher
:
廖国忠
[
GDI-Bitmap
]
Direct3D ShaderX Vertex and Pixel Shader Tips and Tricks_Wolfgang.F
DL : 0
Wolfgang.F的着色器语言HLSL经典外文教程《Direct3D ShaderX Vertex and Pixel Shader Tips and Tricks》,附PDF教程和第一章部分源码(由于上传大小限制)
Update
: 2011-07-29
Size
: 100.33mb
Publisher
:
scarlettlee33@foxmail.com
[
Data structs
]
graphDegree
DL : 0
求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the vertex connectivity algorithms. First is the method of sources and sinks so enumerated, after the enumeration of each, two sources and sinks to remove all remaining vertices as capacity constraints to a point, seeking the largest network flow, this is the apex of connectivity, followed by enumeration of all points of connectivity for the smallest of the plan as connectivity. Vertex capacity constraints with the biggest flow method : with the capacity constraints of the vertex is split into two u u and u*, the original entry point u u edge of the income side, the original point out u* u edge of the edge out after the u and u* a two-way link between the edge, while the capacity for the top point of the capacity constraints.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
吴地瓜
[
3D Graphic
]
ShadowMap
DL : 0
ati的例子 shadowmap 用vertex shader和pixel shader和 direct3d api-ati example shadowmap using vertex shader and pixel sh Ader and Direct3D api
Update
: 2025-02-19
Size
: 489kb
Publisher
:
cxp
[
OpenGL program
]
simple_vertex_texture
DL : 0
nvidia最新的nv40内核显卡支持在vertex shader程序中访问纹理。本代码演示了如何在顶点编程中实现访问一个2维纹理数据.推荐vc7.1+6800显卡。-being the latest ATI graphics kernel support for the vertex shader process visit asked texture. This code demonstrates how to achieve peak Programming visit a two-dimensional texture data. Suggest vc7.1 6800.
Update
: 2025-02-19
Size
: 1007kb
Publisher
:
王赞纲
[
DirextX
]
OceanWater
DL : 0
用vertex shader和pixel shader编写的超经典的海水运动-using vertex shader and pixel shader prepared by the ultra-classical movement of the water
Update
: 2025-02-19
Size
: 657kb
Publisher
:
[
DirextX
]
Tutorial_29_Vertex_Shader_Position
DL : 0
本例展示了D3D9.0中使用顶点着色器(Vertex Shader, *.vsh)绘制的过程。 本例运行的软硬件环境: Visual C++ 7.0 Direct3D 9.0 盛崇山版权所有-the cases demonstrate the use of D3D9.0 vertex coloring (Vertex Shader.*. vsh) preparation process. The cases run the hardware and software environment : Visual C 7.0 9.0 Direct3D Hill only Chengchong
Update
: 2025-02-19
Size
: 125kb
Publisher
:
漫步者
[
VC/MFC
]
Learn.Vertex.And.Pixel.Shader.Programming.With.Dir
DL : 0
这是一本有关图形渲染得书。是学习Vertex shader和Pixel shader编程的很好的参考书。-this is a graphics play up the book. Vertex shader learning and Pixel shader programming very good reference books.
Update
: 2025-02-19
Size
: 6.46mb
Publisher
:
睢小龙
[
Data structs
]
np
DL : 0
顶点覆盖问题的NP完全证明和顶点覆盖优化问题的近似算法-vertex cover problem NP-complete certification and vertex cover the approximate optimization algorithm
Update
: 2025-02-19
Size
: 181kb
Publisher
:
王萧
[
3D Graphic
]
clouds
DL : 0
基于direx对云的模拟The procedural clouds sample demonstrates the use of vertex and pixel shaders to generate realistic, moving cloud layers. The sample uses dependant texture reads to perturb a cloud texture map. -Direx Based on the simulation of cloud The procedural clouds sample demonstrates the use of vertex and pixel shaders to generate realistic, moving cloud layers. The sample uses dependant texture reads to perturb a cloud texture map.
Update
: 2025-02-19
Size
: 509kb
Publisher
:
eric
[
3D Graphic
]
OceanWater
DL : 0
海面的模拟The OceanWater sample demonstrates the use of vertex and pixel shaders to create the effect of a shiny oscillating ocean surface with multiple waves moving in different directions.-Simulation of the sea The OceanWater sample demonstrates the use of vertex and pixel shaders to create the effect of a shiny oscillating ocean surface with multiple waves moving in different directions.
Update
: 2025-02-19
Size
: 657kb
Publisher
:
eric
[
OpenGL program
]
VertexBufferObjects
DL : 0
When you need raw polygon-pushing power, you can always utilize the optimizations provided by OpenGL. Vertex Arrays are one good way to do that. For even more boost you can use a recent extension to graphics cards called Vertex Buffer Objects . The extension, ARB_vertex_buffer_object, works just like vertex arrays, except that it loads the data into the graphics card s high-performance memory, significantly lowering rendering time. Because the extension is relatively new, not all cards will support it. This awesome tutorial was written by Paul Frazee. If you enjoy the tutorial please e-mail him and let him know. by NeHe
Update
: 2025-02-19
Size
: 190kb
Publisher
:
李明宗
[
OpenGL program
]
ogl_arb_shader_simple_vs2ps
DL : 0
Demonstrates how to write both a simple vertex and pixel shader using ARB_vertex_program and ARB_fragment_program. -Demonstrates how to write both a simple vertex and pixel shader using ARB_vertex_program and ARB_fragment_program.
Update
: 2025-02-19
Size
: 89kb
Publisher
:
fallsp
[
VC/MFC
]
Direct3D.ShaderX.-.Vertex.and.Pixel.Shader.Tips.an
DL : 0
Direct3D ShaderX,本书介绍的是3D渲染中的相关知识.-Direct3D ShaderX, this book is presented in 3D rendering of the relevant knowledge.
Update
: 2025-02-19
Size
: 7.11mb
Publisher
:
邢远波
[
Special Effects
]
HW_Image_Processing
DL : 0
这是一个利用GLSL语言对图像进行硬件加速的很好的一个程序,充分利用了vertex shader和fragment shader的功能和作用。-This is a use of language GLSL hardware acceleration on the image of a good process, full advantage of the vertex shader and fragment shader function and role.
Update
: 2025-02-19
Size
: 734kb
Publisher
:
cgshader
[
Graph Drawing
]
TraceCRect
DL : 0
一个自己实现的“橡皮筋”矩形,通过矩形的4个顶点和4个中点都可以改变矩形的大小-A realization of their own rubber band rectangle, through the rectangular 4 vertex and the midpoint of 4 can change the size of rectangular
Update
: 2025-02-19
Size
: 32kb
Publisher
:
Sky Killer
[
Other
]
vertex
DL : 0
vertex矢量图层,可以显示图像,移动-vertex vector layer, you can display images, mobile
Update
: 2025-02-19
Size
: 1kb
Publisher
:
廖国忠
[
Game Engine
]
VertexShader
DL : 0
aan example of the vertex shader
Update
: 2025-02-19
Size
: 32kb
Publisher
:
wdl
[
DirextX
]
per-pixelper-vertex--lighting
DL : 0
directX使用HLSL实现每像素光照和每顶点光照,包含FX文件以及程序加载使用-The implement of per-pixel lighting and per-vertex light in DirectX with HLSL.
Update
: 2025-02-19
Size
: 7.07mb
Publisher
:
极地
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.