opengl - Conversion from Eigen::Isometry3f to gluLookAt() -
i'm using opengl draw environment represented point cloud , i'd simulate robot navigating such environment pressing arrow keys , changing accordingly camera pose glulookat() function. since robot pose stored in eigen::isometry3f, i'd glad if point me out way switch between these 2 representations.
thanks!
Comments
Post a Comment