기본 콘텐츠로 건너뛰기

view matrix, model matrix, projection matrix

model matrix
: object중심의 좌표계에서 World 좌표계로 변환

view matrix 
: World 좌표계에서 Camera 좌표계로 변환

projection matrix 
: Camera 좌표계에서 Window 좌표계 or canonical 좌표계로 변환

댓글