From 7120d1793a4caf22abb10d6da52f100bc157e9e6 Mon Sep 17 00:00:00 2001 From: daemyung jang Date: Thu, 22 Apr 2021 11:24:17 +0900 Subject: [PATCH] Summerize Chapter 3: The Rendering Pipeline --- 03-rendering-pipeline/README.md | 7 +++++++ README.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 03-rendering-pipeline/README.md diff --git a/03-rendering-pipeline/README.md b/03-rendering-pipeline/README.md new file mode 100644 index 0000000..f017703 --- /dev/null +++ b/03-rendering-pipeline/README.md @@ -0,0 +1,7 @@ +# Chapter 3: The Rendering Pipeline + +As I read this book, I summarize what I think is wrong. If you think my comments are wrong then please let me know. We can dicuss more and update your opinion. + +## The rendering pipeline + +* There is a typo on page 86. It should be replaced to alpha testing. So the correct sentence will be like that **alpha-testing** determines which opaque objects are drawn and which are not based on alpha testing. diff --git a/README.md b/README.md index 5e7f9ed..577307b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ You can also download the source code from [here](https://store.raywenderlich.co * [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) ## Copyright