文件名称:Matrix
介绍说明--下载内容均来自于网络,请自行研究使用
Matrix 是基于OPENGL开发的3d赛车游戏,编译需要有 OPENGL开发库。
程序目录结构分为模型,输入检测,主程序,数学运算等
程序目录结构分为模型,输入检测,主程序,数学运算等
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 115157724matrix.rar 列表 Matrix.vcproj StdAfx.cpp StdAfx.h common\IniFile.cpp common\IniFile.h common\Timer.cpp common\Timer.h gameplay\AiCar.cpp gameplay\AiCar.h gameplay\Camera.cpp gameplay\Camera.h gameplay\CarObject.cpp gameplay\CarObject.h gameplay\Map.cpp gameplay\Map.h gameplay\ObjectDataTypes.h gameplay\PlayerCar.cpp gameplay\PlayerCar.h gameplay\StaticActor.cpp gameplay\StaticActor.h input\Input.cpp input\Input.h main\Game.cpp main\Game.h math\AABB3.cpp math\AABB3.h math\MathUtil.cpp math\MathUtil.h math\Matrix.cpp math\Matrix.h math\Plane.cpp math\Plane.h math\Sphere.cpp math\Sphere.h math\Vector3.h model\Model.cpp model\Model.h model\TriMesh.cpp model\TriMesh.h opengl\OGLutil.cpp opengl\OGLutil.h res\3ds.cpp res\3ds.h res\ModelLoadManager.cpp res\ModelLoadManager.h res\Texture.cpp res\Texture.h scene\Frustum.cpp scene\Frustum.h scene\QuadTree.cpp scene\QuadTree.h scene\SceneManager.cpp scene\SceneManager.h scene\SceneObject.cpp scene\SceneObject.h scene\SkyBox.cpp scene\SkyBox.h common gameplay input main math model opengl res scene