Summerize Chapter 3: The Rendering Pipeline
This commit is contained in:
parent
72bf3a16e5
commit
7120d1793a
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue