CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - Shader

搜索资源列表

  1. lesson47

    0下载:
  2. 用vertex shader进行繁重的渲染工作,可以获得很多很多的好处-using vertex shader for rendering the heavy work, many of the available benefits
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:32497
    • 提供者:毛慧明
  1. MotionBlur

    0下载:
  2. 基于ati显卡使用shader实现的运动模糊效果。需要ogl的扩展和最新的显卡才能运行。开发环境使vc6+ogl2.0-ati cards based on the use of shaders to achieve the motion blur effect. T needed for the expansion and the latest graphics card to run. The development environment makes vc6 + ogl2.0
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:385920
    • 提供者:赵蒙博
  1. GPUGeometryClipmaps

    0下载:
  2. 我们使用同一个vertex shader来渲染之前描述的所有2D footprint。首先,对于给定的footprint坐标(x,y)来说,shader通过简单的缩放和变换来计算它的世界坐标(x,y)。接下来,从顶点纹理中读取高度值z。这里不需要任何过滤器,因为顶点和纹理采样是一一对应的-we use with a vertex shader to exaggerate the descr iption before all 2D footprint. First, the footprint
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5334
    • 提供者:张明
  1. simple_vertex_texture

    0下载:
  2. 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-dim
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1030990
    • 提供者:王赞纲
  1. simple_lighting

    0下载:
  2. 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 illumin
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2076001
    • 提供者:王赞纲
  1. CGfx_shader_programming_in_GLSL

    0下载:
  2. shader programming CGFX openGL 2.0
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1704187
    • 提供者:毛毛
  1. ldfdfander

    0下载:
  2. opengl的shader图形渲染特效的演示程序代码。-opengl shader graphics exaggerate the effects of the display code.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:241405
    • 提供者:diskonline
  1. DynamicLightmapping

    0下载:
  2. 使用shader实现动态光照图的效果,非常酷!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1231465
    • 提供者:wangzi
  1. fbo-gs

    0下载:
  2. 在现在GS引用还不普遍时,这是很难得的关于FBO和Geometry shader联合使用的DEMO
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:139174
    • 提供者:bitorRay
  1. GpuMixImage

    0下载:
  2. 这是偶以前写的一个GPU实现图象混合的程序,使用GLSL实现,本程序包含C++代码和GPU shader代码(在release文件里)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:10966
    • 提供者:bitorRay
  1. quadMesh

    0下载:
  2. 这个是偶以前写的GS简明教程的源代码,现在几何着色器应用还不普遍,所以是很好的参考,如果愿意也可以到偶的BLOG去看(有相关的GS shader和所有C++源码):http://blog.csdn.net/Cyrosly/
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1206
    • 提供者:bitorRay
  1. ogl_arb_shader_simple_vs2ps

    0下载:
  2. Demonstrates how to write both a simple vertex and pixel shader using ARB_vertex_program and ARB_fragment_program.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:91122
    • 提供者:fallsp
  1. FractalShader

    0下载:
  2. This entry computes a fractal using fragment shader.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:115324
    • 提供者:fallsp
  1. dynamiclightmaps.tar

    0下载:
  2. This article provides an introduction to writing pixel shaders with the Cg shader programming language and using them in OpenGL with the ARB_fragment_program extension
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:11738
    • 提供者:twors
  1. controlled-transparent-shader

    0下载:
  2. 可控制透明的unity shader,效果比unity pro自带的透明效果好。实用,可调参数多。-Can control the transparency the unity shader, the effect is better than unity pro comes with transparent effect. Practical, multi-adjustable parameters.
  3. 所属分类:OpenGL program

    • 发布日期:2017-10-30
    • 文件大小:3024
    • 提供者:d_kb
  1. shader

    0下载:
  2. Simple shader to apply to 3D object with texture and lightning/shadow
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:1115
    • 提供者:onyarao
  1. a-shader-to-stroke

    0下载:
  2. 用GLSL做了一个可以描出物体的边的shader。对物体模型的每一个面算出与镜头方向的夹角,夹角小到一定程度的时候描出边。附录像。-A shader to stroke by GLSL.
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-12
    • 文件大小:19263105
    • 提供者:胡蓓欣
  1. Per-Fragment-Shader

    0下载:
  2. Per-Fragment-Shader-Application-Code: Small OpenGL 4.1 program for learning to write shaders
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-30
    • 文件大小:27875
    • 提供者:shangchang
  1. 09-Shader-Texture

    0下载:
  2. opengl shader进行纹理渲染的标程-opengl shader texture rendering standard process
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-06
    • 文件大小:794218
    • 提供者:liuzaizhou
  1. fogShader2

    0下载:
  2. 迷雾的shader,效果非常好,渲染效率很高,自己项目再用的(The fog of shader, very good effect, rendering efficiency is very high, their own project reuse)
  3. 所属分类:OpenGL

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:nancoCN
« 1 23 4 5 »
搜珍网 www.dssz.com