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

Shadow-Mapping-of-Textured-Scene

于 2020-10-17 发布 文件大小:12684KB
0 185
下载积分: 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 个回复

  • Render
    用vtk+QT实现的MarchingCubes面绘制和光线投射体绘制,图形化洁面。(Surfacce rendering with MarchingCubes, Volume rendering with ray-casting, using QT+ VTK)
    2010-11-12 10:38:13下载
    积分:1
  • Terrain3DTest
    三维地形的模拟,用的工具是opengl,对于研究大规模地形的绘制非常有用,把源码拿出来与大家分享(Three-dimensional terrain modeling, using tools opengl, for the study of large-scale terrain rendering is very useful to share with you source out)
    2010-08-30 22:02:36下载
    积分:1
  • Illumination
    光照模型的完整源码,内含Gouraud和phong两种明暗处理。(Complete source of illumination model, to containing Gouraud and phong two-shading.)
    2020-11-09 20:29:47下载
    积分:1
  • trimesh_12-16_m
    3d 图形变换相关的代码,借助现有的一些几何库,实现了如三角网格化简 参数化等的内容(3D model tranform code)
    2015-12-16 10:00:44下载
    积分:1
  • osgRecipes-master
    osg cookbook 中的源代码,里面有OSG和CG的结合,OSG和CEGUI的结合,OSG与QT的结合以及PHYSX的结合。(the source code of OSGCOOKBOOK,include integration of OSG and CG,CEGUI,QT and physx)
    2013-09-07 21:30:32下载
    积分:1
  • marching_cubes_jgt
    在MC(Marching Cubes)算法中,考虑了二义性的问题,是一个很好的程序(MC (Marching Cubes) algorithm, consider the ambiguity problem, it is a good program)
    2020-11-06 15:09:49下载
    积分:1
  • 24to256
    BMP24位位图量化成256色BMP图,本程序彩八叉树颜色量化。(BMP24-bit quantization into a 256-color bitmap BMP map, this program color octree color quantization.)
    2021-04-01 22:59:08下载
    积分:1
  • Voronoi1
    Voronoi图是以两点间线段的长度作为距离 ,对平面的一种分割。然而 ,在地理环境中 ,存在着许多自然的或人为的障碍 ,使得从一点到另一点不能直线到达。为了扩大Voronoi图的应用领域 ,本文对传统的Voronoi图进行扩充 ,给出了障碍Voronoi图的定义、性质 ,以及离散生成线段障碍Voronoi图的方法(Voronoi diagram based on the length of line between two points as the distance from a partition of the plane. However, in the geographical environment, there are many natural or man-made obstacles, making from one point to another point of arrival can not be a straight line. In order to expand the area of Voronoi diagram, Voronoi In this paper, the traditional expansion plans, given the obstacles to the definition of Voronoi diagram, the nature of the discrete Voronoi diagram generation segment of the barrier method)
    2009-07-14 11:02:15下载
    积分:1
  • O3lidar
    说明:  处理激光雷达数据,计算臭氧的程序。学大气学和激光雷达的人明白。(Processing of laser radar data to calculate the ozone process. Study atmospheric science and laser radar understand.)
    2008-11-09 10:31:43下载
    积分:1
  • drawlinewithc
    在屏幕上运用鼠标划线,并且随时可以获取鼠标在屏幕上的坐标。(You can draw a line with this code,also ,you can get the mouse s location with it at anytime.)
    2009-06-12 11:11:04下载
    积分:1
  • 696518资源总数
  • 104676会员总数
  • 27今日下载