Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jun 18, 2023
1 parent 3ad9d0d commit 7a74f31
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,31 @@
- [ ] 点阴影
- [x] 昼夜交替

# 项目结构

- 📁 Debug (生成exe文件夹)
- 📁 envir (环境配置文件夹)
- 📁 models (模型文件夹)
- 📁 skybox (天空盒文件夹)
- 📄 b_frag.frag (光源片段着色器)
- 📄 b_vert.vert (光源顶点着色器)
- 📄 box_fragment.frag (天空盒片段着色器)
- 📄 box_shader.vert (天空盒顶点着色器)
- 📄 FragmentS1.frag (主渲染片段着色器)
- 📄 VertexS.vert (主渲染顶点着色器)
- 📄 GUI.cpp/GUI.h (imgui - 菜单实现)
- 📄 imgui\*\*.cpp/imgui\*\*.h (imgui - 组件库)
- 📄 Input.cpp/Input.h (键盘鼠标处理实现)
- 📄 main.cpp (主函数)
- 📄 Mesh.h (网格体实现)
- 📄 Model.h (模型加载类实现)
- 📄 Particles.cpp/Particles.h (粒子系统实现)
- ~~📄 shadow.frag (点阴影片段着色器实现)~~
- ~~📄 shadow.geom (点阴影几何着色器实现)~~
- ~~📄 shadow.vert (点阴影顶点着色器实现)~~
- 📄 stb_image.h (stb组件库)
- 📄 Practice_f.sln (Visual Studio项目文件)

# 功能展示

## GUI
Expand All @@ -45,7 +70,7 @@

![day-night](README.assets/day-night.gif)

# 具体实现
# 探索创新功能具体实现

### Fog 雾效

Expand Down

0 comments on commit 7a74f31

Please sign in to comment.