登录
首页 » Visual C++ » LOD技术研究(参考书和代码)

LOD技术研究(参考书和代码)

于 2020-02-11 发布
0 143
下载积分: 1 下载次数: 1

代码说明:

说明:  LOD技术即Levels of Detail的简称,意为多细节层次。LOD技术指根据物体模型的节点在显示环境中所处的位置和重要度,决定物体渲染的资源分配,降低非重要物体的面数和细节度,从而获得高效率的渲染运算。(LOD technology is the abbreviation of levels of detail, which means multi-level of detail. LOD technology is to determine the resource allocation of object rendering according to the position and importance of the nodes of the object model in the display environment, reduce the number of faces and the degree of detail of non important objects, so as to obtain efficient rendering operation.)

文件列表:

Code\Chapter 1\Base Code\camera.cpp, 11358 , 2002-06-19
Code\Chapter 1\Base Code\camera.h, 4169 , 2002-06-19
Code\Chapter 1\Base Code\glext.h, 149998 , 2002-06-19
Code\Chapter 1\Base Code\gl_app.cpp, 20435 , 2002-06-19
Code\Chapter 1\Base Code\gl_app.h, 10949 , 2002-06-19
Code\Chapter 1\Base Code\image.cpp, 17732 , 2002-06-19
Code\Chapter 1\Base Code\image.h, 8311 , 2002-06-19
Code\Chapter 1\Base Code\log.cpp, 4673 , 2002-06-19
Code\Chapter 1\Base Code\log.h, 4401 , 2002-06-19
Code\Chapter 1\Base Code\math_ops.cpp, 15431 , 2002-06-19
Code\Chapter 1\Base Code\math_ops.h, 10776 , 2002-06-19
Code\Chapter 1\Base Code\timer.h, 5306 , 2002-06-19
Code\Chapter 1\demo1_1\compiling demo1_1.txt, 778 , 2002-06-19
Code\Chapter 1\demo1_1\demo1_1.dsp, 5132 , 2002-06-19
Code\Chapter 1\demo1_1\demo1_1.dsw, 539 , 2002-06-19
Code\Chapter 1\demo1_1\demo1_1.exe, 94208 , 2002-06-19
Code\Chapter 1\demo1_1\demo1_1.ncb, 181248 , 2002-06-19
Code\Chapter 1\demo1_1\demo1_1.opt, 53760 , 2002-06-19
Code\Chapter 1\demo1_1\demo1_1.plg, 1302 , 2002-06-19
Code\Chapter 1\demo1_1\main.cpp, 8519 , 2002-06-19
Code\Chapter 1\demo1_1\randtab.h, 25163 , 2002-06-19
Code\Chapter 1\demo1_1\resource.h, 1750 , 2002-06-19
Code\Chapter 1\demo1_1\ROAM.cpp, 7863 , 2002-06-19
Code\Chapter 1\demo1_1\ROAM.h, 3137 , 2002-06-19
Code\Chapter 1\demo1_1\terrain.cpp, 30780 , 2002-06-19
Code\Chapter 1\demo1_1\terrain.h, 16614 , 2002-06-19
Code\Chapter 2\Base Code\camera.cpp, 11358 , 2002-06-19
Code\Chapter 2\Base Code\camera.h, 4169 , 2002-06-19
Code\Chapter 2\Base Code\glext.h, 149998 , 2002-06-19
Code\Chapter 2\Base Code\gl_app.cpp, 20435 , 2002-06-19
Code\Chapter 2\Base Code\gl_app.h, 10949 , 2002-06-19
Code\Chapter 2\Base Code\image.cpp, 17732 , 2002-06-19
Code\Chapter 2\Base Code\image.h, 8311 , 2002-06-19
Code\Chapter 2\Base Code\log.cpp, 4673 , 2002-06-19
Code\Chapter 2\Base Code\log.h, 4401 , 2002-06-19
Code\Chapter 2\Base Code\math_ops.cpp, 15431 , 2002-06-19
Code\Chapter 2\Base Code\math_ops.h, 10776 , 2002-06-19
Code\Chapter 2\Base Code\timer.h, 5306 , 2002-06-19
Code\Chapter 2\demo2_1\brute_force.cpp, 3082 , 2002-06-19
Code\Chapter 2\demo2_1\brute_force.h, 1522 , 2002-06-19
Code\Chapter 2\demo2_1\compiling demo2_1.txt, 778 , 2002-06-19
Code\Chapter 2\demo2_1\demo2_1.dsp, 5401 , 2002-06-19
Code\Chapter 2\demo2_1\demo2_1.dsw, 539 , 2002-06-19
Code\Chapter 2\demo2_1\demo2_1.exe, 135168 , 2002-06-19
Code\Chapter 2\demo2_1\demo2_1.ncb, 189440 , 2002-06-19
Code\Chapter 2\demo2_1\demo2_1.opt, 53760 , 2002-06-19
Code\Chapter 2\demo2_1\demo2_1.plg, 1330 , 2002-06-19
Code\Chapter 2\demo2_1\height128.raw, 16384 , 2002-06-19
Code\Chapter 2\demo2_1\icon1.ico, 45182 , 2002-06-19
Code\Chapter 2\demo2_1\main.cpp, 10017 , 2002-06-19
Code\Chapter 2\demo2_1\resource.aps, 76972 , 2002-06-19
Code\Chapter 2\demo2_1\resource.h, 549 , 2002-06-19
Code\Chapter 2\demo2_1\resource.rc, 1953 , 2002-06-19
Code\Chapter 2\demo2_1\terrain.cpp, 4831 , 2002-06-19
Code\Chapter 2\demo2_1\terrain.h, 5256 , 2002-06-19
Code\Chapter 2\demo2_2\brute_force.cpp, 3078 , 2002-06-19
Code\Chapter 2\demo2_2\brute_force.h, 1522 , 2002-06-19
Code\Chapter 2\demo2_2\compiling demo2_2.txt, 778 , 2002-06-19
Code\Chapter 2\demo2_2\demo2_2.dsp, 5336 , 2002-06-19
Code\Chapter 2\demo2_2\demo2_2.dsw, 539 , 2002-06-19
Code\Chapter 2\demo2_2\demo2_2.exe, 143360 , 2002-06-19
Code\Chapter 2\demo2_2\demo2_2.ncb, 173056 , 2002-06-19
Code\Chapter 2\demo2_2\demo2_2.opt, 53760 , 2002-06-19
Code\Chapter 2\demo2_2\demo2_2.plg, 2136 , 2002-06-19
Code\Chapter 2\demo2_2\icon1.ico, 45182 , 2002-06-19
Code\Chapter 2\demo2_2\main.cpp, 12619 , 2002-06-19
Code\Chapter 2\demo2_2\resource.aps, 78212 , 2002-06-19
Code\Chapter 2\demo2_2\resource.clw, 671 , 2002-06-19
Code\Chapter 2\demo2_2\resource.h, 873 , 2002-06-19
Code\Chapter 2\demo2_2\resource.rc, 3147 , 2002-06-19
Code\Chapter 2\demo2_2\terrain.cpp, 16307 , 2002-06-19
Code\Chapter 2\demo2_2\terrain.h, 6117 , 2002-06-19
Code\Chapter 3\Base Code\camera.cpp, 11358 , 2002-06-19
Code\Chapter 3\Base Code\camera.h, 4169 , 2002-06-19
Code\Chapter 3\Base Code\glext.h, 149998 , 2002-06-19
Code\Chapter 3\Base Code\gl_app.cpp, 20435 , 2002-06-19
Code\Chapter 3\Base Code\gl_app.h, 10949 , 2002-06-19
Code\Chapter 3\Base Code\image.cpp, 17732 , 2002-06-19
Code\Chapter 3\Base Code\image.h, 8311 , 2002-06-19
Code\Chapter 3\Base Code\log.cpp, 4673 , 2002-06-19
Code\Chapter 3\Base Code\log.h, 4401 , 2002-06-19
Code\Chapter 3\Base Code\math_ops.cpp, 15431 , 2002-06-19
Code\Chapter 3\Base Code\math_ops.h, 10776 , 2002-06-19
Code\Chapter 3\Base Code\timer.h, 5306 , 2002-06-19
Code\Chapter 3\Data\detailMap.tga, 787022 , 2002-06-19
Code\Chapter 3\Data\grass_1.tga, 789019 , 2002-06-19
Code\Chapter 3\Data\highestTile.tga, 194986 , 2002-06-19
Code\Chapter 3\Data\HighTile.tga, 197659 , 2002-06-19
Code\Chapter 3\Data\lowestTile.tga, 197659 , 2002-06-19
Code\Chapter 3\Data\lowTile.tga, 197659 , 2002-06-19
Code\Chapter 3\demo3_1\brute_force.cpp, 3217 , 2002-06-19
Code\Chapter 3\demo3_1\brute_force.h, 1522 , 2002-06-19
Code\Chapter 3\demo3_1\compiling demo3_1.txt, 778 , 2002-06-19
Code\Chapter 3\demo3_1\demo3_1.dsp, 5336 , 2002-06-19
Code\Chapter 3\demo3_1\demo3_1.dsw, 539 , 2002-06-19
Code\Chapter 3\demo3_1\demo3_1.exe, 143360 , 2002-06-19
Code\Chapter 3\demo3_1\demo3_1.ncb, 156672 , 2002-06-19
Code\Chapter 3\demo3_1\demo3_1.opt, 53760 , 2002-06-19
Code\Chapter 3\demo3_1\demo3_1.plg, 2190 , 2002-06-19
Code\Chapter 3\demo3_1\icon1.ico, 45182 , 2002-06-19

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

发表评论

0 个回复

  • string
    说明:  串的基本操作演示程序,具有较好的容错功能(The basic operation of string demo, with good fault tolerance)
    2011-03-06 15:22:05下载
    积分:1
  • command
    用boost::shared_ptr实现command模式,并提供MacroCommand来支持复合的command。(command pattern)
    2013-08-30 22:59:44下载
    积分:1
  • djdsTCPIP
    简介:一个tcp/ip协议实现的完整源代码包.包括arp,ax25,icmp,tcp, telnet,trace,udp的源代码,可同时作为客户端,服务端 ,ip包路由.同时处理多个服务器,客户端会话,对研究tcp/ip协议很有帮助(Introduction: a tcp/ip protocol implementation of the integrity of the source code package. Including arp, ax25, icmp, tcp, telnet, trace, udp source code, may at the same time as client, server, ip packet routing. At the same time deal with a number of server, the client session, the study of tcp/ip protocol helpful)
    2009-03-14 17:18:12下载
    积分:1
  • myVLC
    基于VC6.0下的MFC结合VLC的插件可以实现网络视频流的实时播放。,是初学者入门的很不错的示例。(Based on VC6.0 MFC under the combined VLC plugin can achieve real-time broadcast network video streaming. Is a very good beginner' s example.)
    2013-09-24 16:28:40下载
    积分:1
  • stereo
    立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
    2020-06-29 14:40:02下载
    积分:1
  • qq
    说明:  qq聊天工具源代码qq聊天工具源代码qq聊天工具源代码qq聊天工具源代码(qq chat system,use vc plus plus)
    2010-12-17 11:01:56下载
    积分:1
  • D2R9
    这是一个图像处理时用到的程序 可作为图像处理用非常有价值(This is an image processing procedures can be used as image processing with very valuable)
    2007-03-09 15:57:54下载
    积分:1
  • unicode-001
    Based on ECMA 2 Draft 7 February 1999.
    2014-09-22 12:37:31下载
    积分:1
  • Registry
    修改操作系统注册表,包括实例简介,创建过程,运行效果等等。(Modify the operating system registry, including examples of profiles, the creation process, run the effect and so on.)
    2008-03-31 20:59:54下载
    积分:1
  • yepian
    为了研究植物的生长规律,应用数字摄影图像处理法对山楂叶面积进行无损测量,该方法采用数码相机在田间获取山楂叶子的数字图像,对所拍图像进行背景去除、二值化及中值滤波处理,然后利用Matlab软件编程.快速计算出叶子的面积。把这一面积同常用的叶纸称重法所测面积进行比较.结果基本相同,由此可见,数字摄影图像法测量叶面积,具有简单、准确、方便快捷的特点.这对数字农业的植物信息快速采集和利用具有重要的意义。 ( In order to study the growth pattern of plants, the application of digital photography and image processing method for nondestructive measurement of hawthorn leaf area, this method using a digital camera to obtain digital images of hawthorn leaves in the field, on the film image background removal, binarization and medianfiltered, and then using the Matlab software programming. Quickly calculate the area of the leaves. This area with the common leaf paper weighing measured by the area to compare. The results are basically the same, shows, digital photographic images method to measure leaf area, with a simple, accurate, and convenient features. This rapid acquisition and use of digital agricultural plant is of great significance. In order to study the growth pattern of plants, the application of digital photography and image processing method for nondestructive measurement of hawthorn leaf area, this method using a digital camera to obtain digital images of )
    2012-02-19 11:20:50下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载