登录
首页 » Visual C++ » Shadow-Mapping-of-Textured-Scene

Shadow-Mapping-of-Textured-Scene

于 2020-10-17 发布 文件大小:12684KB
0 250
下载积分: 1 下载次数: 12

代码说明:

  计算机图形学中的shadow mapping程序,与网上其他代码不同,作者实现了对带有纹理的场景的阴影绘制.(Shadow Mapping Code in Computer Graphics.And it s for textured scene.)

文件列表:

Shadow Mapping of Textured Scene

................................\earth.bmp
................................\Extensions
................................\..........\ARB_multitexture_extension.cpp,6982,2006-08-29
................................\..........\ARB_multitexture_extension.h,2800,2006-08-29
................................\..........\EXT_texture_env_combine_extension.cpp,1157,2006-08-29
................................\..........\EXT_texture_env_combine_extension.h,731,2006-08-29
................................\FPS_COUNTER.cpp,973,2006-08-29
................................\FPS_COUNTER.h,825,2006-08-29
................................\GLee
................................\....\extensionList.txt,8371,2006-08-29
................................\....\GLee.c,668766,2006-08-29
................................\....\GLee.h,559562,2006-08-29
................................\....\readme.txt,10846,2006-08-29
................................\ipch
................................\....\shadow mapping-2e7ec703
................................\....\.......................\debug
................................\....\.......................\.....\shadow mapping-a55b22fb.ipch,22216704,2011-11-04
................................\License.txt,2877,2006-08-29
................................\main.cpp,9066,2011-08-17
................................\main.h,835,2006-08-29
................................\Maths
................................\.....\COLOR.cpp,1284,2006-08-29
................................\.....\COLOR.h,4071,2006-08-29
................................\.....\Maths.h,876,2006-08-29
................................\.....\MATRIX4X4.cpp,25021,2006-08-29
................................\.....\MATRIX4X4.h,4884,2006-08-29
................................\.....\PLANE.cpp,2446,2006-08-29
................................\.....\PLANE.h,2166,2006-08-29
................................\.....\VECTOR2D.cpp,1106,2006-08-29
................................\.....\VECTOR2D.h,3111,2006-08-29
................................\.....\VECTOR3D.cpp,3746,2006-08-29
................................\.....\VECTOR3D.h,4499,2006-08-29
................................\.....\VECTOR4D.cpp,2097,2006-08-29
................................\.....\VECTOR4D.h,4136,2006-08-29
................................\Readme.txt,486,2006-08-29
................................\Release
................................\.......\CL.read.1.tlog,51148,2011-08-14
................................\.......\CL.write.1.tlog,7236,2011-08-14
................................\.......\COLOR.obj,16021,2011-08-14
................................\.......\FPS_COUNTER.obj,8712,2011-08-14
................................\.......\GLee.obj,1487770,2011-08-14
................................\.......\link.read.1.tlog,6366,2011-08-14
................................\.......\link.write.1.tlog,2308,2011-08-14
................................\.......\main.obj,56141,2011-08-14
................................\.......\MATRIX4X4.obj,57604,2011-08-14
................................\.......\mt.read.1.tlog,970,2011-08-14
................................\.......\mt.write.1.tlog,424,2011-08-14
................................\.......\PLANE.obj,29041,2011-08-14
................................\.......\scene.obj,35542,2011-08-14
................................\.......\Shadow Mapping.exe,294912,2011-08-14
................................\.......\Shadow Mapping.exe.intermediate.manifest,381,2011-08-14
................................\.......\Shadow Mapping.lastbuildstate,95,2011-08-14
................................\.......\Shadow Mapping.log,3047,2011-08-14
................................\.......\TIMER.obj,10162,2011-08-14
................................\.......\vc100.pdb,102400,2011-08-14
................................\.......\VECTOR2D.obj,19549,2011-08-14
................................\.......\VECTOR3D.obj,29153,2011-08-14
................................\.......\VECTOR4D.obj,23138,2011-08-14
................................\scene.cpp,6538,2011-08-16
................................\scene.h,612,2011-08-16

................................\Shadow Mapping.exe,278528,2006-08-29
................................\Shadow Mapping.sdf,28987392,2011-11-04
................................\Shadow Mapping.sln,894,2011-07-13
................................\Shadow Mapping.sln.old,897,2006-08-29
................................\Shadow Mapping.vcproj,9943,2006-08-29
................................\Shadow Mapping.vcxproj,10548,2011-07-13
................................\Shadow Mapping.vcxproj.filters,3427,2011-07-13
................................\Shadow Mapping.vcxproj.user,143,2011-07-13
................................\TIMER.cpp,1116,2006-08-29
................................\TIMER.h,752,2006-08-29
................................\UpgradeLog.XML,3529,2011-07-13
................................\_UpgradeReport_Files
................................\....................\UpgradeReport.css,3348,2011-07-13
................................\....................\UpgradeReport.xslt,12579,2009-08-31
................................\....................\UpgradeReport_Minus.gif
................................\....................\UpgradeReport_Plus.gif

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • The_Magic_Of_Computer_Graphics
    计算机图形学重要参考。对理解OpenGL和D3D的渲染过程有重要帮助。(Computer graphics is a vast field that is becoming larger every day. It is impossible to cover every topic of interest, even within a specialization such as CG rendering. For many years, Noriko Kurachi has reported on the latest developments for Japanese readers in her monthly column for CG World. Being something of a pioneer herself, she selected topics that represented original and promising new directions for research. Many of these novel ideas are the topics covered in The Magic of Computer Graphics. Starting the basic behavior of light, the first section of the book introduces the most useful techniques for global and local illumination using geometric descriptions of an environment. The second section goes on to describe image-based techniques that rely on captured data to do their magic. In the final section, the author looks at the synthesis of these two complementary approaches and what they mean for the future of computer graphics.)
    2015-01-28 12:30:23下载
    积分:1
  • GameFrame
    说明:  三维人物绘制,使用DirectX的ID3DXAnimationController接口实现三维人物绘制,其中包括骨骼蒙皮技术。注意:编译时一定要将Resource文件夹拷贝到Debug或Release目录下。(Drawing three-dimensional characters, the use of the DirectX interface ID3DXAnimationController drawing three-dimensional figures, including skinned mesh technology. Note: When the compiler must Resource folder are copied to the Debug or Release directory.)
    2008-12-08 20:26:32下载
    积分:1
  • 20051216165434883
    说明:  这是一个用vc编写的简单的图形查看器程序,它可以用来实现图形查看的功能,好用哦(vc)
    2005-12-23 10:59:08下载
    积分:1
  • waterfall_demo
    一个演示3D波浪的图形类(A demonstration of 3D graphics-type wave)
    2003-08-07 00:00:00下载
    积分:1
  • LeastSquare
    说明:  给出一些离散的点,根据最小二乘法求出拟合的直线。(If there are some discrete points, you can get a line based on least square method.)
    2011-03-23 16:19:11下载
    积分:1
  • 888
    3D8光立方,动画程序!可供下载,几十种动画!(3D8 cube, animation program!Available for download, dozens of animation!)
    2020-12-25 23:19:04下载
    积分:1
  • 3D-Model-Display
    在XNA4.0中,3D游戏的制作,需要很多三维模型的导入,本代码显示fbx,x等三维模型的导入,并做了相应的动画。(XNA4.0 in the production of 3D games, you need a lot of three-dimensional model of the import of this code shows the 3D model import fbx, x, and the corresponding animation.)
    2012-06-02 11:32:23下载
    积分:1
  • 3modelmagic3d
    openGL编的类似3D MAx的程序代码,非常有用支持OBJ和3DS文件格式导入及渲染(openGL made similar 3D MAx procedure code, a very useful support OBJ and 3DS file formats import and rendering)
    2007-12-23 10:09:40下载
    积分:1
  • myDicomView
    vtk mfc 打开dicom图片,用文档类新建一个视图类实现(vtk mfc open dicom images, use the document class to create a new view class implementation)
    2021-03-08 14:19:29下载
    积分:1
  • Shadow-Mapping-of-Textured-Scene
    计算机图形学中的shadow mapping程序,与网上其他代码不同,作者实现了对带有纹理的场景的阴影绘制.(Shadow Mapping Code in Computer Graphics.And it s for textured scene.)
    2020-10-17 20:57:33下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载