From 761ac8987799050c860f2b649d626aaa4258a8bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Jan 2013 23:45:41 +0000 Subject: style cleanup --- source/blender/collada/CameraExporter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/collada/CameraExporter.cpp') diff --git a/source/blender/collada/CameraExporter.cpp b/source/blender/collada/CameraExporter.cpp index 7d438f7f12f..fc56ff8c63c 100644 --- a/source/blender/collada/CameraExporter.cpp +++ b/source/blender/collada/CameraExporter.cpp @@ -70,7 +70,8 @@ void CamerasExporter::operator()(Object *ob, Scene *sce) switch (cam->type) { case CAM_PANO: - case CAM_PERSP: { + case CAM_PERSP: + { COLLADASW::PerspectiveOptic persp(mSW); persp.setXFov(RAD2DEGF(focallength_to_fov(cam->lens, cam->sensor_x)), "xfov"); persp.setAspectRatio((float)(sce->r.xsch) / (float)(sce->r.ysch), false, "aspect_ratio"); -- cgit v1.2.3