Update README.md
This commit is contained in:
parent
55438ce984
commit
1ec222dca3
18
README.md
18
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue