x y z glm::mat4 matrix_rotX = glm::rotate(m_rotation.x, glm::vec3(1, 0, 0)); glm::mat4 matrix_rotY = glm::rotate(m_rotation.y, glm::vec3(0, 1, ...
確定! 回上一頁