Update README.md

This commit is contained in:
daemyung jang 2022-03-14 22:51:56 +09:00
parent 55438ce984
commit 1ec222dca3
No known key found for this signature in database
GPG Key ID: 44160C9958A9C67B
1 changed files with 9 additions and 9 deletions

View File

@ -16,15 +16,15 @@ You can see color images in this book at [here](https://www.raywenderlich.com/bo
## Summarize
* [Chapter 1: Hello, Metal!](https://github.com/daemyung/MetalByTutorials/tree/main/01-introduction-to-metal)
* [Chapter 2: 3D Models](https://github.com/daemyung/MetalByTutorials/tree/main/02-3d-models)
* [Chapter 3: The Rendering Pipeline](https://github.com/daemyung/MetalByTutorials/tree/main/03-rendering-pipeline)
* [Chapter 4: Coordinate Spaces](https://github.com/daemyung/MetalByTutorials/tree/main/04-3d-transforms)
* [Chapter 5: Lighting Fundamentals](https://github.com/daemyung/MetalByTutorials/tree/main/05-lighting-fundamentals)
* [Chapter 6: Textures](https://github.com/daemyung/MetalByTutorials/tree/main/06-textures)
* [Chapter 8: Character Animation](https://github.com/daemyung/MetalByTutorials/tree/main/08-character-animation)
* [Chapter 9: The Scene Graph](https://github.com/daemyung/MetalByTutorials/tree/main/09-scene-graph)
* [Chapter 10: Fragment Post-Processing](https://github.com/daemyung/MetalByTutorials/tree/main/10-trees-and-fog)
* [Chapter 1: Hello, Metal!](https://github.com/daemyung/metal-by-tutorials/tree/main/01-introduction-to-metal)
* [Chapter 2: 3D Models](https://github.com/daemyung/metal-by-tutorials/tree/main/02-3d-models)
* [Chapter 3: The Rendering Pipeline](https://github.com/daemyung/metal-by-tutorials/tree/main/03-rendering-pipeline)
* [Chapter 4: Coordinate Spaces](https://github.com/daemyung/metal-by-tutorials/tree/main/04-3d-transforms)
* [Chapter 5: Lighting Fundamentals](https://github.com/daemyung/metal-by-tutorials/tree/main/05-lighting-fundamentals)
* [Chapter 6: Textures](https://github.com/daemyung/metal-by-tutorials/tree/main/06-textures)
* [Chapter 8: Character Animation](https://github.com/daemyung/metal-by-tutorials/tree/main/08-character-animation)
* [Chapter 9: The Scene Graph](https://github.com/daemyung/metal-by-tutorials/tree/main/09-scene-graph)
* [Chapter 10: Fragment Post-Processing](https://github.com/daemyung/metal-by-tutorials/tree/main/10-trees-and-fog)
## Copyright