Remove unused variable

This commit is contained in:
Miloslav Číž 2017-12-14 17:29:24 +01:00
parent b246580c63
commit 79527b746a

View file

@ -694,7 +694,6 @@ namespace CSVRender
{
osg::Vec3d eye, center, up;
getCamera()->getViewMatrixAsLookAt(eye, center, up);
osg::Vec3d absoluteUp = osg::Vec3(0,0,1);
osg::Vec3d forward = center - eye;
osg::Vec3d axis = up ^ forward;