From 1ec222dca3102765bcf1ba0396c2ae2cab939c3a Mon Sep 17 00:00:00 2001 From: daemyung jang Date: Mon, 14 Mar 2022 22:51:56 +0900 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9d6ee40..d2e8429 100644 --- a/README.md +++ b/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