# CS-DEMO **Repository Path**: ZhengQiushi/CS-DEMO ## Basic Information - **Project Name**: CS-DEMO - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-09 - **Last Updated**: 2021-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CS-DEMO整体框架 ## 一、项目结构 [![DmWCND.png](https://s3.ax1x.com/2020/11/18/DmWCND.png)](https://imgchr.com/i/DmWCND) - asset 存放工程相关资源 - textures 存放天空盒的原图 - models 存放模型 - include 存放引用的头文件 - lib 存放引用的 lib 文件 - shader 存放着色器文件 ## 二、如何运行 打开RacingGames.sln,更新SDK后可直接运行。 [![DmW7rt.png](https://s3.ax1x.com/2020/11/18/DmW7rt.png)](https://imgchr.com/i/DmW7rt) 实际只有三个源文件 ### 三、TODO - [ ] **修改天空盒,六个面图片,main.cpp:148行** [![DmWHqP.png](https://s3.ax1x.com/2020/11/18/DmWHqP.png)](https://imgchr.com/i/DmWHqP) - [ ] **修改汽车模型为人体模型,main.cpp:190** [![DmWLa8.png](https://s3.ax1x.com/2020/11/18/DmWLa8.png)](https://imgchr.com/i/DmWLa8) - [ ] **地图建模,添加新模型组件,并渲染main.cpp:190** [![DmWqVf.png](https://s3.ax1x.com/2020/11/18/DmWqVf.png)](https://imgchr.com/i/DmWqVf) main.cpp:281 [![DmWTKI.png](https://s3.ax1x.com/2020/11/18/DmWTKI.png)](https://imgchr.com/i/DmWTKI) - [ ] **修改相机,相机跟踪人体,并调整为第一人称视角** main.cpp:426行 [![DmWOIS.png](https://s3.ax1x.com/2020/11/18/DmWOIS.png)](https://imgchr.com/i/DmWOIS)