mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 12:41:36 +00:00
Remove unused variable
This commit is contained in:
parent
b246580c63
commit
79527b746a
1 changed files with 0 additions and 1 deletions
|
@ -694,7 +694,6 @@ namespace CSVRender
|
||||||
{
|
{
|
||||||
osg::Vec3d eye, center, up;
|
osg::Vec3d eye, center, up;
|
||||||
getCamera()->getViewMatrixAsLookAt(eye, center, up);
|
getCamera()->getViewMatrixAsLookAt(eye, center, up);
|
||||||
osg::Vec3d absoluteUp = osg::Vec3(0,0,1);
|
|
||||||
|
|
||||||
osg::Vec3d forward = center - eye;
|
osg::Vec3d forward = center - eye;
|
||||||
osg::Vec3d axis = up ^ forward;
|
osg::Vec3d axis = up ^ forward;
|
||||||
|
|
Loading…
Reference in a new issue