CSS Rendering - ChoDragon9/posts GitHub Wiki
4회차
Post Process
- geometry, fragment 과정 이후 post process 과정이 있음.
- Post Process를 가능하려면 Buffer가 필요함.
- geometry, fragment은 CPU에서 처리한다.
- post process는 GPU에서 처리한다.
Transform 3D
perspective
- 원근감
perspective: 600px
일 때, 600px 거리만큼 본다는 의미.