Files
lwjglbook-CN-Translation/mkdocs.yml
2019-04-04 22:04:32 +08:00

42 lines
1.6 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

nav:
- 事前准备First Steps: 01-first-steps.md
- 游戏循环The Game Loop: 02-the-game-loop.md
- 坐标简介A brief about coordinates: 03-a-brief-about-coordinates.md
- 渲染Rendering: 04-rendering.md
- 更多关于渲染的事情More on Rendering: 05-more-on-rendering.md
- 变换Transformations: 06-transformations.md
- 纹理Textures: 07-textures.md
- 摄像机Camera: 08-camera.md
- 加载更复杂的模型Loading more complex models: 09-loading-more-complex-models.md
- 要有光Let there be light: 10-let-there-be-light.md
- 要有更多的光Let there be even more light: 11-let-there-be-even-more-light.md
- 游戏HUDGame HUD: 12-game-hud.md
- 天空盒与一些优化 (Sky Box and some optimizations): 13-sky-box-and-some-optimizations.md
- 高度图Height Maps: 14-height-maps.md
- 地形碰撞 (Terrain Collisions): 15-terrain-collisions.md
- 雾 (Fog): 16-fog.md
- 法线贴图Normal Mapping: 17-normal-mapping.md
- 阴影Shadows: 18-shadows.md
- 动画Animations: 19-animations.md
- 粒子Particles: 20-particles.md
- 实例化渲染Instanced Rendering: 21-instanced-rendering.md
- 音效Audio: 22-audio.md
site_name: Lwjglbook中文翻译
site_author: Mouse0w0
copyright: 2019, Mouse0w0
repo_url: https://github.com/Mouse0w0/lwjglbook-CN-Translation
remote_branch: master
theme: readthedocs
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
markdown_extensions:
- admonition
- extra
- toc
- mdx_math:
enable_dollar_delimiter: true