Merge pull request #386 from jdduke/rebase_fbx_fov

Rebase FBX regression db entries
pull/391/head
Alexander Gessler 2014-09-16 09:37:37 -07:00
commit 6a8f69ad5d
2 changed files with 0 additions and 2 deletions

View File

@ -381,8 +381,6 @@ private:
out_camera->mAspect = cam.AspectWidth() / cam.AspectHeight();
out_camera->mPosition = cam.Position();
out_camera->mLookAt = cam.InterestPosition() - out_camera->mPosition;
// BUG HERE cam.FieldOfView() returns 1.0f every time. 1.0f is default value.
out_camera->mHorizontalFOV = AI_DEG_TO_RAD(cam.FieldOfView());
}

Binary file not shown.