自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (4)
  • 收藏
  • 关注

转载 Tutorial - Deferred Rendering (Part 2)

<br />In this second part of our Deferred Rendering's tutorial we will change the previous example reading the light's parameters from a texture. With this solution we can load any amount of light's data into our scene. Moreover I've changed the scene itse

2011-04-12 15:38:00 337

转载 Tutorial - Deferred Rendering (Part 1)

<br /><br />Deferred rendering (or deferred shading) is an interesting and ingenuous technique that, differently from direct rendering, postpones light's computation to the end of the rendering pipeline, to image space, similary to a post-processing techni

2011-04-12 15:04:00 792

原创 用选择模式实现拾取功能

 #include #include #include #pragma comment(lib, "glut32.lib")void init(){ /*attributes*/ glClearColor(1.0,1.0,1.0,1.0); }void drawObject(GLenum mode){ if (mode == GL_SEL

2007-11-26 15:44:00 415

[openGL超级宝典(第四版)].Addison.Wesley.OpenGL.SuperBible.4th.Edition.Jun.2007.eBook-BBL.pdf

[openGL超级宝典(第四版)].Addison.Wesley.OpenGL.SuperBible.4th.Edition.Jun.2007.eBook-BBL

2010-03-15

北大计算几何讲义【北大图书馆】

计算几何 北大 北大计算几何讲义【北大图书馆】 北大计算几何讲义【北大图书馆】

2009-08-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除