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

搜索资源列表

  1. demo1-for--shader

    0下载:
  2. 着色语言例子,旋转的茶壶,非常好的入门级代码,里面有很全的注释-Shading language example, rotating teapot, a very good entry-level code, which has a very full comment
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:564500
    • 提供者:chenxinhua
  1. OceanCS

    0下载:
  2. FFT Based Ocean,Direct3D,Compute Shader,Ocean render
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-15
    • 文件大小:23249972
    • 提供者:任夏华
  1. opengl_qt_rotate

    0下载:
  2. 在这一节中主要简单介绍下怎样给平面几何着色,以及怎样让绘制出来的几何图形旋转起来。在上一节OpenGL_Qt学习笔记之_02(绘制简单平面几何图形) 中已经介绍了如何利用opengl画一些简单的图像,那么这一节就在上面的基础上给它着色,且让他旋转。-The main brief in this section under how to plane geometry shader, and how to draw out geometry rotation. A OpenGL_Qt study n
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:300941
    • 提供者:wuwei
  1. effect

    0下载:
  2. 一个3D引擎用的几个特效源码,包含shader等。-A 3D engine source code with a few special effects, including shader and so on.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-25
    • 文件大小:8683687
    • 提供者:Tsai
  1. OpenGL-Shading-Language-Basic-Shader

    0下载:
  2. 学习OpenGL ES的很有用的英文资料,需要的可下载 ,需要的可下载!-Learning OpenGL ES useful information in English,download,download,download,download,download,download
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-07
    • 文件大小:194767
    • 提供者:LK
  1. MotionBlur10

    0下载:
  2. 使用GS实现动态模糊,显卡需要支持dx10以上版本-This sample implements motion blur using the geometry shader to extrude fins from the original mesh.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-20
    • 文件大小:6502854
    • 提供者:hobbit
  1. textureBlending

    0下载:
  2. Direct3D 摄像机,灯光,纹理代码(使用Shader)。 具体包括:通过鼠标和键盘控制摄像机;灯光反射,多层纹理融合,自动生成贴图坐标等等。-Direct3D camera, lighting, texture code (using Shader). Including: light reflection, multi-layer texture blending control the camera via mouse and keyboard automatically gen
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-15
    • 文件大小:59392
    • 提供者:ray
  1. unitydoublesides

    0下载:
  2. 这是一个unity双面显示的shader源码,拖入unity就能使用,能贴法线,能贴lightmap,效果非常好,简单易用,-This is a unity sided shader source, dragged into the unity will be able to use, can be affixed to the normal, can be affixed to the lightmap, the effect is very good, simple and easy-to-
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-21
    • 文件大小:648
    • 提供者:d_kb
  1. Real-time-refraction-specular

    0下载:
  2. 国内一个大牛写的镜面反射实时效果,不用说效果非常棒,比unity自带的好太多,缺点是这个shader因为是实时的,占用资源很高,不建议使用,建议使用我上传的另一个镜面反射shader,但是这个shader可以学习如何写实时的效果。-A large cattle written specular reflection of real-time effects, and needless to say the effect is very good, much better than unity c
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-03
    • 文件大小:8031
    • 提供者:d_kb
  1. Specular-reflection

    0下载:
  2. 国内一个大牛写的镜面反射效果,不用说效果非常棒,比unity自带的好太多,如果需要镜面反射效果这个shader非常有用。而且源代码也有很多值得学习和借鉴的地方。-Domestic Daniel wrote specular reflection effect, needless to say the effect is very good, much better than unity comes, if the effect of specular reflection shader usef
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-09
    • 文件大小:5677
    • 提供者:d_kb
  1. Shadow map之實作

    0下载:
  2. 利用opengl實作傳統shadow map,並有使用到shader,執行環境VC++ 2008。
  3. 所属分类:OpenGL

  1. hlsl-Guide

    0下载:
  2. HLSL(High Level Shading Language)语法书,详细介绍了HLSL语法,DX图形管线以及顶点着色器及像素着色器的编写-HLSL (High Level Shading Language) grammar book details HLSL syntax the DX graphics pipeline and vertex shader and pixel shader writing
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-18
    • 文件大小:1887207
    • 提供者:shicl
  1. my_Water_Simulation

    0下载:
  2. 基于D3D高效水模拟实现代码,使用HLSL顶点shader技术-D3D and efficient water simulation code, using HLSL vertex shader technology
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-21
    • 文件大小:2493946
    • 提供者:培云
  1. vertex-shader

    0下载:
  2. 该代码介绍在OpenGL4.0中使用顶点着色器和像素着色器,这些都是关于理解和应用3D图形渲染中最基本的概念。-This codes introduction to writing vertex and pixel shaders in OpenGL 4.0. These are the most fundamental concepts that you need to understand and utilize to render 3D graphics.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-12
    • 文件大小:35160
    • 提供者:黎明
  1. page-curl

    0下载:
  2. android中实现2d翻页,包含阴影处理,翻页特效。-Implemented 2d page curl in android, including shader processing, page curl effect.
  3. 所属分类:2D Graphic

    • 发布日期:2017-10-31
    • 文件大小:196282
    • 提供者:duan
  1. CgReferenceManual

    0下载:
  2. nvidia 的gpu编程语言 cg的用户手册 学习u3d shader的可以参考-the U3D shader the the nvidia gpu programming language cg user manual to learn can refer to
  3. 所属分类:3D Graphic

    • 发布日期:2016-01-25
    • 文件大小:910336
    • 提供者:宋光泽
  1. opengl

    1下载:
  2. opengl生成四边形,四个顶点分别着色,以三角形模式进行绘制-opengl quadrilateral, four vertex shader, respectively, in order to draw a triangle pattern
  3. 所属分类:OpenGL program

    • 发布日期:2016-10-02
    • 文件大小:24224768
    • 提供者:bai
  1. unity_shader

    0下载:
  2. unit3dy引擎中内建shader的全套源码。直接拷入引擎可用-the source code of unity3d enginee buildin shader.
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-01
    • 文件大小:88108
    • 提供者:陈水
  1. hpcv-water-29-oct-2010

    2下载:
  2. OSG实例,shader编程,实现简单的小溪河流定向移动-OSG , shader programming, achieve a simple directional movement of rivers
  3. 所属分类:图片显示浏览

    • 发布日期:2013-08-25
    • 文件大小:14721900
    • 提供者:wangxiaoxiao
  1. one

    0下载:
  2. 一个很初级的glsl例子程序 只实现了简单的光照效果-a opengl shader program code
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:20974
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com