CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - shader opengl
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - shader opengl - List
[
OpenGL program
]
simple_lighting
DL : 0
opengl高级渲染语言可以允许用户自己在shader编程实现自己的光照代码.本代码摈弃了opengl传统的光照编程,在fragment program实现了phone光照模型。vc7.1+opengl2.0-opengl advanced rendering language allows users in shader programming their own illumination code. the code of opengl abandon traditional illumination programming, the fragment program to achieve a phone illumination model. Vc7.1 opengl2.0
Update
: 2025-02-17
Size
: 1.98mb
Publisher
:
王赞纲
[
OpenGL program
]
ShadersShadowMappingPCF_GL
DL : 0
实时动态光影效果.用OPENGL实现.非常的酷-real-time dynamic lighting effects. Using OpenGL. Very Cool
Update
: 2025-02-17
Size
: 208kb
Publisher
:
xuxiandi
[
Windows Develop
]
ProceduralFire
DL : 0
模仿火的运动,用vertex shader 和 pixel shader编写-imitation fire campaigns, the vertex shader and pixel shader prepared
Update
: 2025-02-17
Size
: 629kb
Publisher
:
[
OpenGL program
]
CGfx_shader_programming_in_GLSL
DL : 0
shader programming CGFX openGL 2.0
Update
: 2025-02-17
Size
: 1.63mb
Publisher
:
毛毛
[
OpenGL program
]
ldfdfander
DL : 0
opengl的shader图形渲染特效的演示程序代码。-opengl shader graphics exaggerate the effects of the display code.
Update
: 2025-02-17
Size
: 235kb
Publisher
:
diskonline
[
OpenGL program
]
lesson03.tar
DL : 0
基于linux平台下得opengl编程 opengl着色程序-Based on a linux platform opengl shader programming procedures opengl
Update
: 2025-02-17
Size
: 4kb
Publisher
:
刘贺忠
[
OpenGL program
]
glsldemo
DL : 0
slgl shader编程的例子,学校上课的程序包,里面有所有的链接库,shader文件,还有texture,可以修改学习-slgl shader programming examples, school packages, there are all of the link libraries, shader files, as well as texture, can modify learning
Update
: 2025-02-17
Size
: 3.8mb
Publisher
:
[
3D Graphic
]
ShaderX_3
DL : 0
Shader编程宝典。本书可以帮助对shader programming(D3D/OPENGL)有兴趣的读者提高shading的技术技巧。-Shader programming book. This book can help on shader programming (D3D/OPENGL) readers interested in the technical skills to improve shading.
Update
: 2025-02-17
Size
: 26.91mb
Publisher
:
Pan Ning
[
3D Graphic
]
main
DL : 0
OPengl 图形设计中的 Texture in the shader system 源文件-OPengl graphic design Texture in the shader system source files
Update
: 2025-02-17
Size
: 12kb
Publisher
:
turbo
[
Windows Develop
]
shader
DL : 0
使用shader解码yuv数据 环境vc++ OpenGL-using shader uncode yuv data environment vc++ OpenGL
Update
: 2025-02-17
Size
: 318kb
Publisher
:
好人
[
3D Graphic
]
mutiTextures
DL : 1
glsl shader写的多重纹理贴图。 实现太空地球效果。-glsl shader written in multi-texture mapping. Achieve the effect of the Earth in space.
Update
: 2025-02-17
Size
: 4.72mb
Publisher
:
minan
[
Other
]
glsl
DL : 1
opengl的shader着色器语言以及例程-opengl shader language, and the shader routines
Update
: 2025-02-17
Size
: 399kb
Publisher
:
zyy
[
OpenGL program
]
phongShader
DL : 0
使用 OpenGL Shader Language 實作 Phong Shadering (一種CG 渲染方式) 會自動讀取 model 資料夾下的 tri 模型,平台為 windows Code::Blocks-Implementation of Phong Shadering(a CG rendering mode) by Shadering Language, will automatically read the model folder under the tri model, platform, windows Code:: Blocks
Update
: 2025-02-17
Size
: 516kb
Publisher
:
SofaKing
[
OpenGL program
]
shader
DL : 0
利用opengl实现场景的阴影效果,效果不错。是用Shadow volume 的原理。-Use opengl scene shadows to achieve good results. Shadow volume is the principle.
Update
: 2025-02-17
Size
: 3.48mb
Publisher
:
杨扬
[
OpenGL program
]
shader
DL : 0
这是一个学习OpenGL渲染语言的好资料。使用OpenGL编写,代码简单易懂,容易理解。-This is a good language to learn OpenGL rendering information. Written using OpenGL, the code easy to understand, easy to understand.
Update
: 2025-02-17
Size
: 2.81mb
Publisher
:
孙栋衡
[
OpenGL program
]
GLSL
DL : 1
OpenGL着色语言(GLSL――OpenGL Shading Language)是用来在OpenGL中着色编程的语言。这是一个简单的GLSL着色器程序。-OpenGL shading language (GLSL- OpenGL Shading Language) is used in the OpenGL shader programming language. This is a simple GLSL shader program.
Update
: 2025-02-17
Size
: 1.01mb
Publisher
:
王浩然
[
OpenGL program
]
shader
DL : 0
一个demo程序,演示了怎么用opengl ARB shader。-shader, opengl, ARB
Update
: 2025-02-17
Size
: 3kb
Publisher
:
Jacob
[
OpenGL program
]
shader
DL : 0
一个glsl着色例子,包括五个球体的glsl着色-A glsl shader examples, including five sphere glsl shader
Update
: 2025-02-17
Size
: 857kb
Publisher
:
liyuanchun
[
3D Graphic
]
framework_dx
DL : 0
The ProceduralFire sample demonstrates the use of pixel shaders to procedurally generate natural phenomena such as fire. Rendering fire as an animation has the disadvantages of looking unrealistic due to the cycling animation and of requiring a lot of texture memory to store the frames of animation. In addition to this, if there are many flames in the scene, and all use the same animation, the scene will look even more artificial. The procedurally generated fire overcomes all these disadvantages by generating long non-repeating animations that can be fully controlled by the application and requires only two textures. The sample uses 1.4 pixel shader to implement the effect. - The ProceduralFire sample demonstrates the use of pixel shaders to procedurally generate natural phenomena such as fire. Rendering fire as an animation has the disadvantages of looking unrealistic due to the cycling animation and of requiring a lot of texture memory to store the frames of animation. In addition to this, if there are many flames in the scene, and all use the same animation, the scene will look even more artificial. The procedurally generated fire overcomes all these disadvantages by generating long non-repeating animations that can be fully controlled by the application and requires only two textures. The sample uses 1.4 pixel shader to implement the effect.
Update
: 2025-02-17
Size
: 629kb
Publisher
:
Roger
[
3D Graphic
]
load_obj-shader
DL : 0
加载obj文件,写shader ,用opengl渲染(load obj file and implemen render with shader)
Update
: 2025-02-17
Size
: 106kb
Publisher
:
qingsong005
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.