Vulkan

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页

2013年3月30日

阴影贴图

摘要: http://www.cnblogs.com/summericeyl/archive/2011/01/04/1945030.html深度阴影纹理的原理:分三步, 第一步, 生成一个深度纹理. 首先将观察点移动到光源位置, 而后绘制场景, 将得到的场景帧缓存中的深度值写入纹理中第二步, 绘制场景的时候... 阅读全文

posted @ 2013-03-30 20:44 Vulkan 阅读(372) 评论(0) 推荐(0) 编辑

投影纹理

摘要: #pragma once#include #include#include #include #include #include #include #include #include "MyMatrix4X4.h"using namespace std;static int win;GLuint p... 阅读全文

posted @ 2013-03-30 16:44 Vulkan 阅读(204) 评论(0) 推荐(0) 编辑

纹理

摘要: 最近用到纹理,以下是一个DEMO#pragma once#include #include#include #include #include #include #include #include using namespace std;static int win;GLuint pTexture;... 阅读全文

posted @ 2013-03-30 14:58 Vulkan 阅读(233) 评论(0) 推荐(0) 编辑

2013年3月28日

Shadow Maps 中 Back-face Culling的解决办法

摘要: 法一:对paulsprojects教程有效http://emreburhan.com/blog/?p=9Back-face Culling and Shadow MapsShadows has remained as a big challenge for years in computer gra... 阅读全文

posted @ 2013-03-28 21:45 Vulkan 阅读(253) 评论(0) 推荐(0) 编辑

FBO概念以及应用

摘要: http://www.cppblog.com/kongque/archive/2010/08/26/124754.htmlFBO一个最常见的应用就是:渲染到纹理(render to texture),通过这项技术可以实现发光效果,环境映射,阴影映射等很炫的效果。OpenGL中的Frame Buffe... 阅读全文

posted @ 2013-03-28 16:19 Vulkan 阅读(647) 评论(0) 推荐(0) 编辑

常用RGB颜色值

摘要: 颜色英文代码形像颜色HEX格式RGB格式 LightPink浅粉红#FFB6C1255,182,193 Pink粉红#FFC0CB255,192,203 Crimson猩红#DC143C220,20,60 LavenderBlush脸红的淡紫色#FFF0F5255,240,245 PaleViole... 阅读全文

posted @ 2013-03-28 14:57 Vulkan 阅读(2119) 评论(0) 推荐(0) 编辑

2013年3月19日

一个牛逼应届计算机毕业生的2012求职之路

摘要: http://www.cnblogs.com/figure9/archive/2013/01/09/2853649.html1,简介毕业答辩搞定,总算可以闲一段时间,把这段求职经历写出来,也作为之前三个半月的求职的回顾。 首先说说我拿到的offer情况:微软,3面->终面,搞定百度,3面->终面,口... 阅读全文

posted @ 2013-03-19 20:35 Vulkan 阅读(289) 评论(0) 推荐(0) 编辑

2013年2月1日

关于XP下OpenGL的配置

摘要: Ø 系统需求 V isual Studio 6.0 版或 Visual Studio .NET 以上Ø 复制 glut32.lib 文件至以下位置(根据开发环境) (V isual Studio 2008) Microsoft V isual S... 阅读全文

posted @ 2013-02-01 13:36 Vulkan 阅读(280) 评论(0) 推荐(0) 编辑

2012年12月30日

OpenGL特殊光处理

摘要: http://www.cppblog.com/zmj/archive/2006/01/17/2818.html 本章内容是基础篇第七章的补充和提高。这一章主要讲述一些特殊光效果处理,如全局环境光、双面光照、光的衰减、聚光、多光源、光源位置的改变等等。读者若有兴趣,可以按照本章例程的方法作出许多变换... 阅读全文

posted @ 2012-12-30 22:36 Vulkan 阅读(746) 评论(0) 推荐(0) 编辑

2012年12月20日

WIN7可用的VC6.0

摘要: http://download.csdn.net/download/lintingbin/4279183==================================================================================Visual C++ 6.0 虽... 阅读全文

posted @ 2012-12-20 12:59 Vulkan 阅读(241) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页

导航