<aside> 💡 본 챕터는 Graphics chip에서 일어나는 4가지 단계 Vertex Processor > Clipper & Primitive assembler > Rasterizer > Fragement processor 중 Clipper , rasterizer에 대해 설명한다.

Key : Coordinate 변환 (Xobj, Xview, Xclip, Xscreen) / Perspective & Ortho

</aside>

Overview of Vertex Processor

<aside> 💡 Vertex Processor : Object 표현을 한 좌표계에서 다른 좌표계로 변환하는 것 Object Coordinate > Camera Coordinate > Screen Coordinate

</aside>

Untitled

Coordinate Value

Untitled

Model View Matrix

<aside> 💡 V-1M = Model View Matrix 좌표계를 변환하는데 사용하는 변환 행렬 Object Coordinate > Camera Coordinate

Untitled

</aside>

Untitled

Model Matrix & View Matrix

Untitled

Projection Matrix

Untitled