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

搜索资源列表

  1. phongShader

    0下载:
  2. 使用 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, pla
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:528403
    • 提供者:SofaKing
  1. GLSLSimple

    0下载:
  2. openGL着色语言的示例,通过glsL改变实体的颜色和位置,以及纹理坐标。-the example of glsl,this program can change the color and position by Shader
  3. 所属分类:OpenGL program

    • 发布日期:2015-03-30
    • 文件大小:17367
    • 提供者:决云
  1. shader

    0下载:
  2. 一个glsl着色例子,包括五个球体的glsl着色-A glsl shader examples, including five sphere glsl shader
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:877249
    • 提供者:liyuanchun
  1. ShadowMapWithglsl

    0下载:
  2. 用GLSL shader 语言做的shadowmap-glsl shadowmap
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:2943563
    • 提供者:daitechang
  1. oglu_reflective_bump_mapping

    0下载:
  2. oglu_reflective_bump_mapping,是一个使用opengl 绘制bump的一个粒子,使用了cg语言做为shader的渲染语言,希望对大家所帮助-oglu_reflective_bump_mapping, is a use of a bump mapping opengl particles, the use of language as a cg rendering shader language, and they hope to help everyone
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4494403
    • 提供者:zlt
  1. Cg01_SmoothShading

    0下载:
  2. 使用VC编写的opengl的smooth shader效果图-VC prepared using opengl effects of smooth shader graph
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:4617
    • 提供者:鲁明
  1. water

    0下载:
  2. Water shader example. Really nice one. Good to use in game development.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:333672
    • 提供者:Ady
  1. ShadowMapping

    0下载:
  2. Sobel fragment shader, wich shows the contours of the shadows in the shadowmap
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1370
    • 提供者:Joao
  1. shader

    0下载:
  2. 利用opengl实现场景的阴影效果,效果不错。是用Shadow volume 的原理。-Use opengl scene shadows to achieve good results. Shadow volume is the principle.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3649986
    • 提供者:杨扬
  1. GLSHv2.0.tar

    0下载:
  2. 非常好的GLSL脚本解释器,适合OpenGL Shader 开发-Very good GLSL scr ipt interpreter for OpenGL Shader Development
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-03
    • 文件大小:1255698
    • 提供者:collector
  1. CIRLGPUGLSLGeometryShaderTutorial

    0下载:
  2. CIRL GPU GLSL Geometry Shader Tutorial.rar
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:6685
    • 提供者:lam.wong.simg
  1. shader

    0下载:
  2. 这是一个学习OpenGL渲染语言的好资料。使用OpenGL编写,代码简单易懂,容易理解。-This is a good language to learn OpenGL rendering information. Written using OpenGL, the code easy to understand, easy to understand.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2947560
    • 提供者:孙栋衡
  1. GlSl-OpenGLShadingLanguageAndresources

    0下载:
  2. 没什么好说的,shader一般没人上传,我就上传个吧,为了opengl的各种阶段的学习 源码-no execuse ,the opengl shading language for every one who learn the glsl resources
  3. 所属分类:OpenGL program

    • 发布日期:2015-03-30
    • 文件大小:15505408
    • 提供者:刘太生
  1. GLSL

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

    • 发布日期:2015-03-30
    • 文件大小:1059840
    • 提供者:王浩然
  1. shader

    0下载:
  2. 一个demo程序,演示了怎么用opengl ARB shader。-shader, opengl, ARB
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:3136
    • 提供者:Jacob
  1. ex-bulge

    0下载:
  2. OPENGL中的GLSL实现基于GPU的绘制,写顶点着色器shader,实现了图形学经典的bulge效果-OPENGL in GLSL GPU-based rendering, to write the vertex shader shader, to achieve the effect of graphics classical bulge
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:148854
    • 提供者:nicai
  1. XNA-Shader

    0下载:
  2. 关于xna shader 编程方面的。主要是介绍点光源和自阴影,希望对大家有帮助。-About xna shader programming aspects. Is to introduce a point source and self-shadows, we want to help.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:84107
    • 提供者:叶在
  1. shader

    0下载:
  2. 一个后置处理的运动模糊shader,由场景z值计算可得的有加速度的运动模糊效果。-a motion blur as post-processing ,having a acceptable effect.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1694
    • 提供者:lizesh
  1. shader

    0下载:
  2. shader.h shader.cpp 实现shader文件的读取、加载、编译,并为opengl程序提供使用shader的接口。-shader.h shader.cpp --it Implemets the reading,loading,compiling of the shader.At the same time,it provides the interface of the shader for the program.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:2528
    • 提供者:如一
  1. car-paint-shader

    1下载:
  2. 这是一个供unity使用的车漆shader源代码,拖入unity就可使用,效果很棒,能突显车漆的那种金属质感,效果调节也非常简单方便。-This is a car paint shader source code for unity, the dragged unity can use to great effect, to highlight the kind of metal texture of the paint, the effect of regulation is also ver
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-21
    • 文件大小:14921
    • 提供者:d_kb
« 12 3 4 5 »
搜珍网 www.dssz.com