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

3D-racing_OpenGL_Win32

于 2020-09-02 发布 文件大小:1634KB
0 158
下载积分: 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 个回复

  • SURF
    基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)
    2013-10-04 11:10:04下载
    积分:1
  • TCPaUDP
    一段TCP和UDP通讯的程序,包含了服务器端和客户端的代码。(Some TCP and UDP communication procedures, including server and client code.)
    2014-07-21 08:28:29下载
    积分:1
  • disk
    对于给定的文件检索概率,编程计算磁盘文件的最优存储方案.(For a given probability of document retrieval, programming the calculation of the optimal disk file storage scheme.)
    2007-09-15 14:43:26下载
    积分:1
  • multitreadsrc3
    MFC多线程系列3/4,非常经典,值得学习。(MFC multithreaded series 2/4, very classic, it is worth learning.)
    2015-11-09 17:21:36下载
    积分:1
  • one-based
    一种基于背景减法和帧差的运动目标检测算法(Based on background subtraction and frame difference moving target detection algorithm)
    2013-07-31 09:12:36下载
    积分:1
  • wavelet-atlab-sources
    小波变换模极大值重建信号的matlab源程序,来源于胡广书的《现代信号处理教程》附属光盘(Wavelet transform modulus maxima reconstruction signal matlab source code, derived from HU-book " modern signal processing tutorial subsidiary Disc)
    2013-04-27 10:55:25下载
    积分:1
  • MyKD Tree
    KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者(KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners)
    2015-06-24 20:10:33下载
    积分:1
  • udc
    图片打印控件的例子,可以利用打印机实现图片的打印(Examples of picture print controls, you can realize the use of the printer to print pictures)
    2008-04-06 11:14:20下载
    积分:1
  • BCH3
    BCH3.c,提供m<21以下的所有码长的BCH编解码模块。以供大家参考。谢谢(BCH encoder&decoder GF(2^m) m<21)
    2021-01-26 11:58:36下载
    积分:1
  • PMBOK2008_Chinese
    PMBOK 2008 红宝书 中文版 项目管理宝典(PMBOK 2008 Red Book Chinese version)
    2012-09-13 14:37:33下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载