CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 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. DepthOfField-HLSL

    0下载:
  2. ati的深度范围例子用高级渲染语言hlsl写的 用的是direct3d api-ati example of the depth range with advanced rendering Shader Model 2.0 language written using the Direct3D api
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:774503
    • 提供者:cxp
  1. sRGBTest

    0下载:
  2. ati的例子 RGBTest用vertex shader和pixel shader和 direct3d api-ati example RGBTest using vertex shader and pixel shader and Direct3D api
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:178384
    • 提供者:cxp
  1. ShadowMap

    0下载:
  2. ati的例子 shadowmap 用vertex shader和pixel shader和 direct3d api-ati example shadowmap using vertex shader and pixel sh Ader and Direct3D api
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:501416
    • 提供者:cxp
  1. DepthBias

    0下载:
  2. ati的例子 DepthBias用vertex shader和pixel shader和 direct3d api-ati example DepthBias using vertex shader and pixel shader and Direct3D api
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:173526
    • 提供者:cxp
  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. waterRtt

    0下载:
  2. CG写的一个水的shader,对shader感兴趣的朋友可以看看。-CG wrote a water shader, the shader interested friends can see.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2851744
    • 提供者:黄俊惠
  1. ldfdfander

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

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

    0下载:
  2. 本程序为一个非真实渲染的DEMO以非真实渲染(none-photorealistic rendering)风格,对户外场景进行着色的技术。在2003年秋天的Beyond3D/ATI shader compititon中,Shaderey程序最先使用了这些技术来进行渲染。在Shaderey的户外场景中,包含了地形,云,树木,房屋,天空顶,以及湖水.-the procedures for a non-realistic rendering of the DEMO non-realistic rend
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3242747
    • 提供者:张锐
  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. Unity3d-Shader-of-ShaderToy

    0下载:
  2. 如果你还没听过ShaderToy,那你就真的错过了一个很好的shader学习网站。我是在群里有一次听到小伙伴们提到这个网站的。点进去就会发现里面有很多很绚 丽的shader展示。 说简单点,这个网站是专门让人们分享和编写GLSL的pixel shaders的。换句话说,里面那些绚丽的效果仅仅依靠pixel shaders就可以完成了(当然还有纹理和模 型的配合,如有不对请指出),是不是很强大?里面的强人很多,就像头脑风暴一样,让你一次次发出惊叹,原来还可以这样做!但是,这里面也蕴含了
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-05
    • 文件大小:314271
    • 提供者:刘笑
  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. builtin_shaders-5.5.3f1

    0下载:
  2. Unity5.5.3f1内置shader源码(builtin_shaders-5.5.3f1)
  3. 所属分类:3D图形编程

    • 发布日期:2018-04-30
    • 文件大小:228352
    • 提供者:Dr.Tony
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com