文件名称:Outline_Mode_src
- 所属分类:
- OpenGL
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 239.76kb
- 下载次数:
- 0次
- 提 供 者:
- 吴*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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 involves the use of the Stencil Buffer. This article explains how these two methods work, and explains in a bit more detail what the stencil buffer is.-The author recently had to write some code to outline using OpenGL 3D objects. 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 involves the use of the Stencil Buffer. This article explains how these two methods work, and explains in a bit more detail what the stencil buffer is.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 105230289outline_mode_src.zip 列表 include/CGLImage.h include/CGLTexture.h include/CRGBSurface.h include/CWGL.h include/Jconfig.h include/jmorecfg.h include/Jpeglib.h include/OGLT.h include/StdAfx.h intro.txt lib/Jpegmt.lib OGLDemo/ChildFrm.cpp OGLDemo/ChildFrm.h OGLDemo/MainFrm.cpp OGLDemo/MainFrm.h OGLDemo/OGLDemo.cpp OGLDemo/OGLDemo.dsp OGLDemo/OGLDemo.h OGLDemo/OGLDemo.rc OGLDemo/OGLDemo.vcproj OGLDemo/OGLDemoDoc.cpp OGLDemo/OGLDemoDoc.h OGLDemo/OGLDemoView.cpp OGLDemo/OGLDemoView.h OGLDemo/res/ OGLDemo/resource.h OGLDemo/res/OGLDemo.ico OGLDemo/res/OGLDemo.rc2 OGLDemo/res/OGLDemoDoc.ico OGLDemo/res/Toolbar.bmp OGLDemo/StdAfx.cpp OGLDemo/StdAfx.h OGLTDoc/Doc/ OGLTDoc/Doc/HTML - English/ OGLTDoc/Doc/HTML - English/index.chm OGLTools.sln OGLTools.vcproj src/CGLImage.cpp src/CGLTexture.cpp src/CRGBSurface.cpp src/CWGL.cpp src/README.ijg.txt src/StdAfx.cpp