MetalByTutorials/03-rendering-pipeline
daemyung jang 7120d1793a Summerize Chapter 3: The Rendering Pipeline 2021-04-22 11:24:17 +09:00
..
challenge/Pipeline Copy source code from the official website 2021-04-15 11:39:00 +09:00
final/Pipeline Copy source code from the official website 2021-04-15 11:39:00 +09:00
projects Copy source code from the official website 2021-04-15 11:39:00 +09:00
resources Copy source code from the official website 2021-04-15 11:39:00 +09:00
README.md Summerize Chapter 3: The Rendering Pipeline 2021-04-22 11:24:17 +09:00

README.md

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.