搜索资源列表
STENCIL
- OpenGL初级学习的经典例程,实现了模板缓存效果。有助于理解模板缓存功能。-OpenGL junior studying classical routines to achieve a template cache effect. Templates help to understand cache function.
ShadowVolume
- 基于Direct3D Stencil Buffer 的对于Shadow Volume 的讲解,翻译自nVIDIA的讲解。-Buffer on Direct3D Stencil Shadow Volume for the talks, the translation from Nvidia talks.
Outline_Mode_src
- 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
stencil
- in this program you can learn how to use the accumulation buffer in OpenGL.
Clipping&Reflections
- 该程序教会你如何利用stencil buffer, clipping和multi-texturing构造图形真实的反射。-Church of the procedures you use stencil buffer, clipping and multi-texturing tectonic graphics true reflection.
stencilbuffer
- 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
stencil.cpp
- 一个用opengl使用模板的简单例程,帮助初学者认识此功能-opengl use of a template with a simple routines to help beginners understand this function
GaborSimko
- 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)
Shadows
- 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
stencil
- 在OpenGL中使用模板测试的例子(具有参考价值)
Gl_ShadowsVolumes.ZIP
- 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
vp_binoculars
- 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.
vp_binoculars
- 利用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
OpenGLClipCap
- OpenGL为裁减面加盖 使用stencil buffer对模型进行加盖 对裁减面进行加盖的功能,网上例子不多,本例代码简单,很容易明白原理 使用glut,把相h, lib, dll都放到文件夹内,vs2003直接编译通过 操作方法: 鼠标左键旋转模型 鼠标右键移动平面 o键切换模型 s键可以把stencil buffer中内容存成bmp,有助于理解-opengl clip capping, use stencil buffer to add a cap f
StencilTest02
- stencil shadow 使用directX中的坐标转换来实现影子,是stencil test基础上的应用-directX using stencil shadow of the coordinate transformation to achieve a shadow
natesh
- An example of dissolving using stencil buffer
Stencil
- 此程序演示了一个动画,其中使用了模板缓冲区的技巧。-This program used the stencil buffer and the animated demonstration.
opengl_programming_stencil_source
- opengl程序设计stencil源码opengl programming stencil source-opengl programming source opengl programming stencil source stencil
stencil
- 一篇讲诉通过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
Stencil-Shadow
- 一个用模板缓冲实现阴影的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!