1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

完成骨骼动画翻译 (#270)

* Finish translation of skeletal animation
* images part 1
* images part 2
* Update 04 Skeletal Animation.md
* Update docs/03 Model Loading/04 Skeletal Animation.md
* Update 04 Skeletal Animation.md
* Update mkdocs.yml
* Rename docs/03 Model Loading/04 Skeletal Animation.md to docs/08 Guest Articles/2020/01 Skeletal Animation.md
Change the path of the article
* Update mkdocs.yml
* Changed the path of the image
* Fix the path of images

---------

Co-authored-by: Gary Wang <git@blumia.net>
This commit is contained in:
Chris Cheng
2023-05-14 18:46:25 +08:00
committed by GitHub
parent 8c1af44bb7
commit 129e1db990
15 changed files with 783 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ nav:
- 音效: '06 In Practice/2D-Game/09 Audio.md'
- 渲染文本: '06 In Practice/2D-Game/10 Render Text.md'
- 结语: '06 In Practice/2D-Game/11 Final thoughts.md'
- Guest Articles:
- 2020:
- 骨骼动画: '08 Guest Articles/2020/01 Skeletal Animation.md'
- 历史存档: 'legacy.md'
- 代码仓库: 'code_repo.md'