登录
首页 » Visual C++ » DX11Terrain

DX11Terrain

于 2013-06-17 发布 文件大小:672KB
0 218
下载积分: 1 下载次数: 23

代码说明:

  DirectX11 四叉树地形程序,通过高度图生成地图模型(DirectX11 quadtree terrain procedures, through highly generation map model)

文件列表:

Engine
......\Debug
......\.....\Engine.exe,189440,2011-08-29
......\Engine
......\......\applicationclass.cpp,12276,2011-08-28
......\......\applicationclass.h,1747,2011-08-28
......\......\cameraclass.cpp,2378,2010-11-23
......\......\cameraclass.h,959,2010-11-22
......\......\cpuclass.cpp,1876,2010-11-23
......\......\cpuclass.h,894,2010-01-20
......\......\d3dclass.cpp,17638,2011-07-19
......\......\d3dclass.h,2003,2011-07-19
......\......\data
......\......\....\dirt01.dds,1048704,2010-11-30
......\......\....\font.dds,65664,2011-07-19
......\......\....\fontdata.txt,2948,2003-11-24

......\......\Debug
......\......\Engine.vcxproj,5710,2011-08-29
......\......\Engine.vcxproj.filters,4845,2011-08-29
......\......\Engine.vcxproj.user,143,2011-08-29
......\......\font.ps,1208,2010-11-06
......\......\font.vs,1354,2010-10-03
......\......\fontclass.cpp,4357,2010-10-03
......\......\fontclass.h,1297,2010-10-03
......\......\fontshaderclass.cpp,11916,2010-10-03
......\......\fontshaderclass.h,1664,2010-10-03
......\......\fpsclass.cpp,781,2010-11-23
......\......\fpsclass.h,823,2010-10-06
......\......\frustumclass.cpp,5993,2010-10-08
......\......\frustumclass.h,933,2010-10-08
......\......\inputclass.cpp,6626,2011-07-28
......\......\inputclass.h,1536,2011-07-18
......\......\lightclass.cpp,1012,2011-05-19
......\......\lightclass.h,964,2011-05-19
......\......\main.cpp,686,2009-09-15
......\......\positionclass.cpp,6497,2010-11-23
......\......\positionclass.h,1345,2010-11-23
......\......\quadtreeclass.cpp,21899,2011-08-29
......\......\quadtreeclass.h,1989,2011-08-28
......\......\systemclass.cpp,6000,2011-07-17
......\......\systemclass.h,1438,2011-07-17
......\......\terrain.ps,1799,2011-08-24
......\......\terrain.vs,1616,2011-08-24
......\......\terrainclass.cpp,14045,2011-08-29
......\......\terrainclass.h,1751,2011-08-28
......\......\terrainshaderclass.cpp,11876,2011-08-28
......\......\terrainshaderclass.h,1675,2011-08-28
......\......\textclass.cpp,17523,2011-08-28
......\......\textclass.h,2026,2011-08-28
......\......\textureclass.cpp,912,2010-07-06
......\......\textureclass.h,814,2010-07-06
......\......\timerclass.cpp,1343,2010-11-23
......\......\timerclass.h,773,2008-01-15
......\Engine.sln,885,2011-08-29

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

发表评论

0 个回复

  • bin2inc
    说明:  Binary to C include file
    2020-06-25 07:00:02下载
    积分:1
  • realvncsrc
    vnc源码,十分有用,编译通过。大家可以来试试。能够收获不少。(vnc code)
    2020-12-04 16:49:23下载
    积分:1
  • 200562241642141
    说明:  遍历文件夹并建成目录树,一个非常好的例子(Traverse Folder and build the directory tree, a very good example)
    2008-11-26 18:55:39下载
    积分:1
  • zigbee
    zigbee 工程文件 可以直接运行的串口文件支持cc2530(zigbee hex)
    2012-04-23 16:43:35下载
    积分:1
  • Demo1
    这是我Windows编程课写的一个MFC绘图程序有点像Windows自带的的绘图板(This is my Windows Programming MFC class to write a drawing program somewhat like the Windows built-in graphics tablet)
    2009-04-20 19:59:30下载
    积分:1
  • mp3towav
    使用libmpg123.dll, 将mp3文件解码为wav文件(Decode mp3 file to wav file by using libmpg123.dll.)
    2013-12-10 09:03:40下载
    积分:1
  • realtek20121224b
    Good Luck REALTEK NDIS Protocol Driver Example
    2012-12-24 11:56:44下载
    积分:1
  • principal_curvatures
    基于PCL的三维点云模型表面主曲率估计的具体实现(estimation of the principal curvature)
    2013-12-19 18:52:43下载
    积分:1
  • AddressList
    UTM地图投影正解源码C#.cs将 变形前任一子区域与变形后散斑图像进行全场匹配或相关 运算,根据峰值相关系数确定该子区域在变形后的位置,由 此可以得到该块的平均位移。对变形前所有子区域进行类 似运算,就可以得到整个位移场。 (Journal of Huaiyin Institute of Technology)
    2012-04-05 10:35:29下载
    积分:1
  • SendFileClient
    VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer. Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions )
    2014-06-03 13:50:03下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载