https://github.com/over-run/overrungl-book-szh
OverrunGL tutorial in Simplified Chinese
https://github.com/over-run/overrungl-book-szh
book game java overrungl
Last synced: about 2 months ago
JSON representation
OverrunGL tutorial in Simplified Chinese
- Host: GitHub
- URL: https://github.com/over-run/overrungl-book-szh
- Owner: Over-Run
- License: cc0-1.0
- Created: 2022-10-23T03:00:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T06:20:02.000Z (over 2 years ago)
- Last Synced: 2025-02-09T14:22:13.586Z (4 months ago)
- Topics: book, game, java, overrungl
- Homepage: https://Over-Run.github.io/overrungl-book-szh/
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OverrunGL Book
[English](https://github.com/Over-Run/overrungl-book)
本书介绍使用 OverrunGL 编写 3D 游戏。
正在更新中。
| 进度 |
|:---------------------------------------:|
| 4.7% |## 章节
1. [准备工作](docs/1-preparing.md)
2. [游戏循环](docs/2-game-loop.md)
3. [渲染](docs/3-rendering.md)
4. 高级渲染
5. 纹理
6. 变换
7. 加载模型
8. 光照
9. 高级光照
10. HUD
11. 立体贴图纹理
12. 高度图
13. 碰撞
14. 对象选取
15. 雾
16. 法线贴图
17. 阴影
18. 粒子
19. 实例化渲染
20. 声音
21. 附录 - FAQS
22. [附录 - 术语表](docs/a2-terms.md)