搜索资源列表
STENCIL
- OpenGL初级学习的经典例程,实现了模板缓存效果。有助于理解模板缓存功能。-OpenGL junior studying classical routines to achieve a template cache effect. Templates help to understand cache function.
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.
stencil.cpp
- 一个用opengl使用模板的简单例程,帮助初学者认识此功能-opengl use of a template with a simple routines to help beginners understand this function
stencil
- 在OpenGL中使用模板测试的例子(具有参考价值)
opengl中使用模板缓存来实现物体影子的源代码
- opengl中使用模板缓存来实现物体影子的源代码。,opengl use stencil buffer to achieve the objects of the source code of the shadow.
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
MFC
- 本文讲述了如何在MFC中添加OpenGL框架,分步骤详细简单,适合初学者学习。-/step 3 重新设置像素格式 BOOL CXXXMFCGLView::SetupPixelFormat(HDC hDC) { //重新设置画图窗口的像素格式 static PIXELFORMATDEscr iptOR pfd = { sizeof(PIXELFORMATDEscr iptOR), // size of this pfd 1,
natesh
- An example of dissolving using stencil buffer
brian_washburn_source
- openGL实现的3D效果,共有5个情景。-Scene 1: Triangles which organize themselves, projective texturing Scene 2: Tunnel based on many sin waves Scene 3: Texture based motion blur, picture distortion Scene 4: Complicated particle system, including many rotati
opengl_programming_stencil_source
- opengl程序设计stencil源码opengl programming stencil source-opengl programming source opengl programming stencil source stencil
stencil1
- simple code to show stencil prints using OpenGL
OpenGLmulti
- opengl编写的一个场景,其中囊括了许多功能和特点,如光照、材质、纹理、深度缓存、模板缓存、交互等等。-opengl prepared a scene which encompasses many functions and features, such as light, material, texture, depth buffer, stencil buffer, interactive and so on.
ObjectLine.tar
- Opengl,模板功能实现的物体边框渲染。-render the edge of a mesh width stencil buff in openGL.
stencil
- Note: There s some conflict between GL_EXT_stencil_two_side and OpenGL 2.0 s two-sided stencil feature.
ogl_halo
- A small OpenGL sample demonstrating the use of stencil buffers to generate a halo effect similar to the one used in Jet Set Radio Future.-A small OpenGL sample demonstrating the use of stencil buffers to generate a halo effect similar to the one us
mirror
- 本程序使用OpenGL的stencil buffer实现了一个3D的镜面效果。-The program implement the mirror effect using the stencil buffer concept of OpenGL.