Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 关于作业一的透视矩阵的参数 Tagged: 作业一,透视矩阵参数 This topic has 1 reply, 2 voices, and was last updated 3 years, 10 months ago by Kavers. Viewing 1 reply thread Author Posts 2020年12月24日 at 下午6:11 #7517 Score: 0 偏偏123456Participant Eigen::Matrix4f get_projection_matrix(float eye_fov, float aspect_ratio, float zNear, float zFar) { Eigen::Matrix4f projection = Eigen::Matrix4f::Identity(); return projection; } eye_fov 表示什么 aspect_ratio 表示什么 zNear 表示近平面 zFar 表示远平面 2020年12月27日 at 下午10:40 #7518 Score: 0 KaversParticipant eye_fov 眼睛到最高处和最低处的张角 aspect_ratio 近平面的高宽比 Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In