该文被密码保护。 阅读全文
posted @ 2014-03-06 21:03 20118281131 阅读(14) 评论(0) 推荐(0) 编辑
摘要: template inline mat4 mat4::perspectiveProjection(type fovy, type aspect, type zNear, type zFar){ type f = (type) 1 / tan(radians(fovy) / 2); return mat4(f / aspect, 0, 0, 0, 0, f, 0, 0, 0, 0... 阅读全文
posted @ 2014-03-06 20:52 20118281131 阅读(254) 评论(0) 推荐(0) 编辑