文件名称:Gl_ShadowsVolumes.ZIP
-
所属分类:
- 标签属性:
- 上传时间:2008-10-13
-
文件大小:149.55kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
silhouette edges of an object (which are the outer edges of a object) extended in
a direction (which depends on the light position) into the stencil buffer twice. After
that we draw the scene twice, once for the dark parts of the scene (areas that are
shadowed) and once for the lit parts of the scene (areas that are not in a shadow).
With that you can create extremely realistic shadows in your scenes. At first glance
this sounds a lot more complicated than it really is. When it comes to the silhouette
edges we don t need to worry about that because the object casting a shadow in this
demo is a simple quad. So its outer edges are the same as every point that makes
it up.
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
silhouette edges of an object (which are the outer edges of a object) extended in
a direction (which depends on the light position) into the stencil buffer twice. After
that we draw the scene twice, once for the dark parts of the scene (areas that are
shadowed) and once for the lit parts of the scene (areas that are not in a shadow).
With that you can create extremely realistic shadows in your scenes. At first glance
this sounds a lot more complicated than it really is. When it comes to the silhouette
edges we don t need to worry about that because the object casting a shadow in this
demo is a simple quad. So its outer edges are the same as every point that makes
it up.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ShadowsVolumes/
ShadowsVolumes/CTgaLoader.cpp
ShadowsVolumes/CTgaLoader.h
ShadowsVolumes/CVector.cpp
ShadowsVolumes/CVector.h
ShadowsVolumes/decal.tga
ShadowsVolumes/ground.tga
ShadowsVolumes/ReadMe.txt
ShadowsVolumes/ShadowVolumes.cpp
ShadowsVolumes/ShadowVolumesNET.sln
ShadowsVolumes/ShadowVolumesNET.suo
ShadowsVolumes/ShadowVolumesNET.vcproj
ShadowsVolumes/CTgaLoader.cpp
ShadowsVolumes/CTgaLoader.h
ShadowsVolumes/CVector.cpp
ShadowsVolumes/CVector.h
ShadowsVolumes/decal.tga
ShadowsVolumes/ground.tga
ShadowsVolumes/ReadMe.txt
ShadowsVolumes/ShadowVolumes.cpp
ShadowsVolumes/ShadowVolumesNET.sln
ShadowsVolumes/ShadowVolumesNET.suo
ShadowsVolumes/ShadowVolumesNET.vcproj
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.