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

搜索资源列表

  1. STENCIL

    0下载:
  2. OpenGL初级学习的经典例程,实现了模板缓存效果。有助于理解模板缓存功能。-OpenGL junior studying classical routines to achieve a template cache effect. Templates help to understand cache function.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7.11kb
    • 提供者:wr
  1. ShadowVolume

    0下载:
  2. 基于Direct3D Stencil Buffer 的对于Shadow Volume 的讲解,翻译自nVIDIA的讲解。-Buffer on Direct3D Stencil Shadow Volume for the talks, the translation from Nvidia talks.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:786.16kb
    • 提供者:修罗
  1. Outline_Mode_src

    1下载:
  2. The author recently had to write some code to outline 3D objects using OpenGL. The author hunted around the Internet for methods to do this, and eventually came across two main techniques. The first involves the use of Polygon Offsets, and the second
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:239.76kb
    • 提供者:吴婷
  1. stencil

    0下载:
  2. in this program you can learn how to use the accumulation buffer in OpenGL.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:flymoon
  1. Clipping&Reflections

    0下载:
  2. 该程序教会你如何利用stencil buffer, clipping和multi-texturing构造图形真实的反射。-Church of the procedures you use stencil buffer, clipping and multi-texturing tectonic graphics true reflection.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:70.94kb
    • 提供者:潘君
  1. stencilbuffer

    0下载:
  2. stencil buffer(模板缓存)的功能类似于用喷漆往墙上喷标语时所使用的刻有镂空文字的塑料板,多用于将用户绘制的图元限制在规定的区域显示。本例利用它实现了“透视“功能。-stencil buffer (cache templates) similar to the function of painting the walls with slogans sprayed by the the Pierced engraved with the words of plastic sheetin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:224.2kb
    • 提供者:张安真
  1. stencil.cpp

    0下载:
  2. 一个用opengl使用模板的简单例程,帮助初学者认识此功能-opengl use of a template with a simple routines to help beginners understand this function
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:45.9kb
    • 提供者:孟维亮
  1. GaborSimko

    0下载:
  2. The scene contains the following features a) Mirror effect b) An own stencil lighting effect c) Mesh and camera loader d) Bezier spline camera e) Tunnel f) Blending (Fade effect - color/picture, tunnel)
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.43mb
    • 提供者:pily
  1. Shadows

    0下载:
  2. This an advanced tutorial. Before you decide to try out shadows, make sure you completely understand the base code, and make sure you are familiar with the stencil buffer. This tutorial was made possible by both Banu Cosmin & Brett Porter. Banu wrote
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:37.01kb
    • 提供者:李明宗
  1. stencil

    0下载:
  2. 在OpenGL中使用模板测试的例子(具有参考价值)
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:7.02kb
    • 提供者:china
  1. Gl_ShadowsVolumes.ZIP

    0下载:
  2. The purpose of this demo is to create shadows using a technique called stencil shadow volumes in a 3d scene. To do this we will not need the shadow matrix from previous demo. In fact in order to perform this all we need is to render the sil
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:149.55kb
    • 提供者:金哥
  1. vp_binoculars

    0下载:
  2. This sample illustrates how to make a simple binocular view in Vega Prime. This is also a good example of how to use the stencil buffer to mask out areas of the screen in vpChannel EVENT_PRE_DRAW and EVENT_POST_DRAW subscribers.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10.59kb
    • 提供者:bobovip
  1. vp_binoculars

    1下载:
  2. 利用VP制作一个望远镜,了解EVENT_PRE_DRAW and EVENT_POST_DRAW 过程-This sample illustrates how to make a simple binocular view in Vega Prime. This is also a good example of how to use the stencil buffer to mask out areas of the screen in vpChannel EVENT_PRE_DRAW an
  3. 所属分类:3D Graphic

    • 发布日期:2016-08-06
    • 文件大小:1.18mb
    • 提供者:dawinluo
  1. OpenGLClipCap

    0下载:
  2. OpenGL为裁减面加盖 使用stencil buffer对模型进行加盖 对裁减面进行加盖的功能,网上例子不多,本例代码简单,很容易明白原理 使用glut,把相h, lib, dll都放到文件夹内,vs2003直接编译通过 操作方法: 鼠标左键旋转模型 鼠标右键移动平面 o键切换模型 s键可以把stencil buffer中内容存成bmp,有助于理解-opengl clip capping, use stencil buffer to add a cap f
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:104.67kb
    • 提供者:larrow
  1. StencilTest02

    0下载:
  2. stencil shadow 使用directX中的坐标转换来实现影子,是stencil test基础上的应用-directX using stencil shadow of the coordinate transformation to achieve a shadow
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:14.51kb
    • 提供者:longlong
  1. natesh

    0下载:
  2. An example of dissolving using stencil buffer
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:3.21kb
    • 提供者:ak
  1. Stencil

    0下载:
  2. 此程序演示了一个动画,其中使用了模板缓冲区的技巧。-This program used the stencil buffer and the animated demonstration.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:907.92kb
    • 提供者:林森
  1. opengl_programming_stencil_source

    0下载:
  2. opengl程序设计stencil源码opengl programming stencil source-opengl programming source opengl programming stencil source stencil
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:37.88kb
    • 提供者:qqm
  1. stencil

    0下载:
  2. 一篇讲诉通过Stencil Buffer改进阴影质量的经典算法Improving Shadows and Reflections via the Stencil Buffer-A complaint about the shadow through the Stencil Buffer to improve the quality of the classical algorithm Improving Shadows and Reflections via the Stencil Buffer
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:785.91kb
    • 提供者:cmc
  1. Stencil-Shadow

    0下载:
  2. 一个用模板缓冲实现阴影的DX实例,适合初学者学习,将会有很大帮助,亲测能在VS2008下编译!-Achieved with a stencil buffer shadows DX instance, suitable for beginners to learn, there will be a great help, pro-test can be compiled in VS2008!
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3.85mb
    • 提供者:zhengtao
« 12 3 »
搜珍网 www.dssz.com