登录
首页 » Visual C++ » LODTerrainDemo

LODTerrainDemo

于 2011-12-04 发布 文件大小:3883KB
0 159
下载积分: 1 下载次数: 42

代码说明:

  一款基于四叉树动态LOD的地形,代码思路明确,可以直观学习四叉树LOD算法(A 3D project)

文件列表:

LODTerrainDemo
..............\Camera.cpp,2520,2005-11-12
..............\Camera.h,781,2005-11-12
..............\Debug
..............\.....\BuildLog.htm,5474,2011-12-01
..............\.....\Camera.obj,50093,2011-11-22
..............\.....\Frustum.obj,43450,2011-11-22
..............\.....\GameEngine_App.obj,36579,2011-11-22
..............\.....\GameEngine_Input.obj,55833,2011-11-22
..............\.....\LODTerrain.obj,104793,2011-11-22
..............\.....\LODTerrainDemo.exe,618496,2011-11-22
..............\.....\LODTerrainDemo.exe.embed.manifest,2048,2011-12-01
..............\.....\LODTerrainDemo.exe.embed.manifest.res,212,2011-11-22
..............\.....\LODTerrainDemo.exe.intermediate.manifest,145,2011-11-22
..............\.....\LODTerrainDemo.ilk,1348984,2011-11-22
..............\.....\LODTerrainDemo.pch,4887356,2011-11-22
..............\.....\LODTerrainDemo.pdb,2632704,2011-11-22
..............\.....\main.obj,57404,2011-11-22
..............\.....\mt.dep,67,2011-11-22
..............\.....\vc60.idb,205824,2011-11-22
..............\.....\vc60.pdb,184320,2011-11-22
..............\.....\vc80.idb,19456,2011-12-01
..............\.....\vc80.pdb,36864,2011-12-01
..............\Frustum.cpp,5353,2011-11-22
..............\Frustum.h,536,2005-11-12
..............\heightmap.raw,1048576,2005-07-30
..............\heightmap.tga,263213,2003-01-24
..............\LODTerrain.cpp,42640,2011-12-01
..............\LODTerrain.h,2014,2011-12-01
..............\LODTerrainDemo.dsp,4874,2005-07-21
..............\LODTerrainDemo.dsw,551,2005-07-13
..............\LODTerrainDemo.exe,274506,2005-08-18

..............\LODTerrainDemo.ncb,117760,2011-12-01
..............\LODTerrainDemo.opt,55808,2011-11-22
..............\LODTerrainDemo.plg,2404,2011-11-22
..............\LODTerrainDemo.sln,892,2011-11-22
..............\LODTerrainDemo.vcproj,8059,2011-11-22
..............\main.cpp,6429,2005-12-16
..............\mountainTex.tga,196652,2005-11-13

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

发表评论

0 个回复

  • the_example_of_c_codes
    the examples of c codes.it is very easy,but the basic is important(the examples of c codes.it is very easy. but the basic is important)
    2007-03-20 19:40:40下载
    积分:1
  • 2
    说明:   有一个长度为整数L(1<=L<=10000)的马路,可以想象成数轴上长度为L的一个线段,起点是坐标原点,在每个整数坐标点有一棵树,即在0,1,2,...,L共L+1个位置上有L+1棵树。 现在要移走一些树,移走的树的区间用一对数字表示,如 100 200表示移走从100到200之间(包括端点)所有的树。 可能有M(1<=M<=100)个区间,区间之间可能有重叠。现在要求移走所有区间的树之后剩下的树的个数。 输入: 两个整数L(1<=L<=10000)和M(1<=M<=100)。 接下来有M组整数,每组有一对数字。 输出: 可能有多组输入数据,对于每组输入数据,输出一个数,表示移走所有区间的树之后剩下的树的个数。(Has a length of integer L (1 &lt = L &lt = 10000) of the road, one can imagine a number line segment of length L, the starting point is the coordinate origin, each integer coordinate points in a tree, i.e. 0,1 , 2, ..., L total has L+1 L+1 positions on the tree. Now to remove some trees, tree removed by a range of digitally represented, such as 100 200 represents removed (inclusive) between 100 and 200 all the trees. There may be M (1 &lt = M &lt = 100) intervals, there may be overlap between the intervals. Now, after the number of trees require the removal of all remaining sections of the tree. Input: two integer L (1 &lt = L &lt = 10000) and M (1 &lt = M &lt = 100). Then there is an integer M groups, each with a pair of numbers. Output: there may be multiple sets of input data, for each set of input data, the output of a number indicating the number of the removal of all remaining sections of the tree after tree.)
    2015-03-22 23:35:47下载
    积分:1
  • terrain-making-Raiders-finished
    opengl完成的 地形制作全攻略+作者:程东哲(opengl terrain making Raiders finished+ author: Cheng Dongzhe)
    2014-02-24 21:28:29下载
    积分:1
  • handdetection3
    基于opencv的手部皮肤识别程序,可以根据手掌的大小判断出手掌展开或者握拳的两种状态,并将状态通过网络发送出去。(Opencv hand based on skin identification procedures, based on the size of the palm or fist, palm and determine the two states, and the state sent through the network.)
    2010-12-05 19:00:34下载
    积分:1
  • STLarray
    多维数组的操作,在STL中的相关程序,找了好久才找到(Operation multidimensional arrays in STL relevant procedures for a long time to find)
    2013-11-24 22:14:35下载
    积分:1
  • random-forest
    随机森林算法是opencv中的重要的算法,其中讲述了随机森林的定义特征构建方法等(Random Forests algorithm is an important algorithm in opencv, which describes the defining characteristics of a random forest construction methods)
    2020-06-29 22:20:01下载
    积分:1
  • OPENGL_LOD
    VC++环境使用OpenGL实现地形模拟,使用四叉树Lod算法(OpenGL Lod)
    2009-04-02 22:33:11下载
    积分:1
  • usbcam
    说明:  wince camera driver for embedded ce 6.0
    2020-04-28 20:46:20下载
    积分:1
  • migong
    以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有 通路的结论 (To an m* n the long square maze, 0 and 1, respectively maze of paths and obstacles. Design a program, for any set of the maze, find a path from the inlet to the outlet, or the conclusions drawn without passage)
    2013-06-14 10:24:48下载
    积分:1
  • yuvtoavi
    Executable file to convert yuv video file to avi video file . text file eas given for further help.
    2014-01-29 15:02:07下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载