3D Graphics 썸네일형 리스트형 Camera Coordinate Translation(카메라 좌표계 변환) * 카메라 좌표계 변환(Xiw : Translate from world to image) : 카메라가 보는 방향으로 좌표계를 새로 만든 후 World-coordinate 의 좌표들을 카메라 좌표로 변환하는 것이다.( Create a new coordinate to the viewpoint of a camera -> Translate all coordinates on the World-coord. to the Camera-coord.) * 카메라에서 화면으로 튀어나오는 방향(z축) :n화면의 가로방향(x축) : v화면의 세로방향(y축) : u * 좌표축 변환 행렬p : 목표물 좌표(model coord), c(camera coordinate), up(world-up vector) => new camera .. Prev 1 Next