diff --git a/src/fbx/Fbx2Raw.cpp b/src/fbx/Fbx2Raw.cpp index 1ad6708..9c40811 100644 --- a/src/fbx/Fbx2Raw.cpp +++ b/src/fbx/Fbx2Raw.cpp @@ -415,6 +415,10 @@ static void ReadCamera(RawModel &raw, FbxScene *pScene, FbxNode *pNode) fovy = HFOV2VFOV(fovx, apertureRatio); break; } + default: { + fmt::printf("Warning:: Unsupported ApertureMode. Setting FOV to 0.\n"); + break; + } } if (pCamera->ProjectionType.Get() == FbxCamera::EProjectionType::ePerspective) {