登录
首页 » Visual C++ » 3D-racing_OpenGL_Win32

3D-racing_OpenGL_Win32

于 2020-09-02 发布 文件大小:1634KB
0 121
下载积分: 1 下载次数: 19

代码说明:

  3D赛车游戏源码_OpenGL_Win32(3D racing game source code _OpenGL_Win32)

文件列表:

common
......\IniFile.cpp,3338,2007-11-29
......\IniFile.h,1364,2007-11-29
......\Timer.cpp,1284,2007-11-29
......\Timer.h,829,2007-12-12
Data
....\AI
....\..\Ai.txt,497,2007-12-12
....\Cars
....\....\GolfGTI
....\....\.......\car.cfg,74,2006-02-13
....\....\.......\Golf_1_GTI.3ds,51377,2006-01-22


....\....\.......\Wheel.3ds,11221,2006-01-22
....\....\MM001
....\....\.....\car.cfg,68,2006-02-13
....\....\.....\MM_001_v_0_10.3ds,17775,2006-01-22


....\....\.....\Wheel.3ds,9925,2006-01-22
....\....\Supra01
....\....\.......\car.cfg,72,2006-02-13
....\....\.......\Supra_01.3ds,50337,2006-01-22


....\....\.......\Wheel.3ds,11221,2006-01-22
....\environment
....\...........\Track.3ds,60125,2007-06-01
....\...........\TrackBG.3ds,22557,2007-12-11


....\Input.ini,54,2006-02-07
....\textures





....\........\end.BMP,12342,2007-12-12
....\........\Front.bmp,786488,2006-05-05
....\........\Left.bmp,786488,2006-05-05
....\........\Right.bmp,786486,2007-12-12
....\........\SAND2.BMP,263222,2005-04-05
....\........\Top.bmp,786488,2006-05-05
gameplay
........\AiCar.cpp,5689,2007-12-22
........\AiCar.h,1822,2007-12-12
........\Camera.cpp,1075,2007-12-12
........\Camera.h,881,2007-12-07
........\CarObject.cpp,7772,2008-04-11
........\CarObject.h,3538,2007-12-12
........\Map.cpp,1217,2007-12-20
........\Map.h,672,2007-11-29
........\ObjectDataTypes.h,419,2007-12-12
........\PlayerCar.cpp,336,2007-12-20
........\PlayerCar.h,597,2006-02-08
........\StaticActor.cpp,987,2007-12-20
........\StaticActor.h,798,2007-11-29
input
.....\Input.cpp,1777,2007-12-20
.....\Input.h,923,2006-02-07
main
....\Game.cpp,11247,2009-11-23
....\Game.h,1216,2007-12-20
Maps
....\Level1.map,141,2007-12-11
math
....\AABB3.cpp,17161,2007-12-07
....\AABB3.h,2640,2007-12-05
....\MathUtil.cpp,1507,2007-11-29
....\MathUtil.h,1898,2007-12-04
....\Matrix.cpp,9135,2008-05-29
....\Matrix.h,2931,2007-12-10
....\Plane.cpp,4008,2007-12-02
....\Plane.h,1774,2007-12-02
....\Sphere.cpp,1696,2007-11-29
....\Sphere.h,1068,2007-11-29
....\Vector3.h,3512,2007-11-29
Matrix.sln,871,2008-04-11
Matrix.vcproj,7850,2008-04-11
model
.....\Model.cpp,5797,2007-12-20
.....\Model.h,1516,2007-11-29
.....\TriMesh.cpp,2218,2007-11-29
.....\TriMesh.h,1383,2007-11-29
opengl
......\OGLutil.cpp,8256,2007-12-22
......\OGLutil.h,3287,2007-11-29
res
...\3ds.cpp,13670,2008-04-11
...\3ds.h,5105,2007-11-29
...\ModelLoadManager.cpp,2068,2007-12-20
...\ModelLoadManager.h,1485,2007-11-29
...\Texture.cpp,6774,2007-11-29
...\Texture.h,1342,2007-11-29
scene
.....\Frustum.cpp,6914,2007-12-04
.....\Frustum.h,1405,2007-12-02
.....\QuadTree.cpp,16400,2008-04-11

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

发表评论

0 个回复

  • 2005
    电子工业出版社.无线通信系统仿真--C++实用模型.2005.pdf电子工业出版社.无线通信系统仿真--C++实用模型.2005.pdf(Electronic Press. Wireless communication system simulation- C++ Utility model .2005. Pdf electronic industry publishing house. Wireless communication system simulation- C++ Utility model .2005. Pdf)
    2008-12-24 16:13:33下载
    积分:1
  • SQL
    数据库课程设计,用C++实现SQL Server,进行SQL语句的解析。(Database design courses, implemented in C++ SQL Server, SQL statement parsing.)
    2015-12-05 11:33:58下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • Mpthread_scanu
    多线程扫描,支持同时扫描5个IIP,练手之作,希望对大家有所帮助 (Multi-threaded scanning, support for scanning at the same time five of the IIP, practicing hand for you to help)
    2012-06-09 23:19:13下载
    积分:1
  • 12345TestTab
    说明:  TAB控件的应用,在TAB控件的各选项卡里分别嵌入了列表控件、按钮控件以及下拉列表控件,并对列表控件进行了初始化,对初学者很有帮助。(In the application of tab control, list control, button control and drop-down list control are embedded in each tab of tab control, and the list control is initialized, which is very helpful for beginners.)
    2020-07-07 14:46:20下载
    积分:1
  • TripleDes算法de实现
    之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。(Before, I in a project development process, involving the TripleDES algorithms, in the realization of the process, I also made reference to a forum on the existing 3DES code and found that most of the code in the algorithm for the realization of loosely, or small deviations, especially for 3DES of two modes: ECB, CBC are rarely involved. This version provided by TripleDES 3DES can be achieved in two modes of 2key/3key increases, decryption. Optimized in terms of speed and memory control are optimized.)
    2005-05-18 21:08:51下载
    积分:1
  • MATLAB
    C语言与MATLAB接口:编程与实例,实现接口Matlab与C语言编程互换(C language and MATLAB interfaces: programming with examples, the interface with Matlab and C programming language swap)
    2012-05-28 06:16:25下载
    积分:1
  • vdr-1.6.0.tar
    DVB数字电视源码,包括TS流的解析,SUBTITLE的解码,很精简的程序(DVB digital television source, including the TS stream analysis, SUBTITLE decoder, it is streamlined procedures)
    2008-05-28 09:09:23下载
    积分:1
  • Bi-pending-non-farm
    非农大数据时候、使用这个双向挂单策略实现盈利、实盘应用,你可以拿来免费使用(Large non-farm data when using this strategy profitable bi-pending, firm application, you can bring free use)
    2016-08-26 11:01:30下载
    积分:1
  • muZHUCE
    奇迹内部注册小工具,绝对实用以绝版~!!!!!!!!!!(Miracle of internal register gadget is absolutely practical in order to print ~!)
    2009-09-05 16:02:54下载
    积分:1
  • 696518资源总数
  • 105908会员总数
  • 30今日下载