mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 09:34:36 +00:00
commened unused variable
just because it annoys me to see the warning
This commit is contained in:
parent
dd229eb2e9
commit
201bd6dd55
@ -2068,7 +2068,7 @@ void GLArea::loadShotFromTextAlignFile(const QDomDocument &doc)
|
||||
// introduced by the shot.
|
||||
fov = (shot.Intrinsics.cameraType == 0) ? shot.GetFovFromFocal() : 5.0;
|
||||
|
||||
float cameraDist = getCameraDistance();
|
||||
// float cameraDist = getCameraDistance();
|
||||
|
||||
Matrix44f rotFrom;
|
||||
shot.Extrinsics.Rot().ToMatrix(rotFrom);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user