Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2012-08-05 01:25:19 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-08-05 01:25:19 +0400
commit021dd5fb40663d1f9422adddc86c0886d32ae13e (patch)
tree7189bb13a4cdfcd23c68017812e6f5a741096b71 /source/blender/collada/AnimationImporter.h
parent7cfe6e0fdaa6fbd05bd0a250f147cd1f0dda557c (diff)
COLLADA: added initial support for ymag and yfov in importer. fixes issue #32237
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index d6a93a36c6e..32af2b5b78b 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -102,8 +102,10 @@ private:
// INANIMATE = 0,
CAMERA_XFOV = 2,
CAMERA_XMAG = 4,
- CAMERA_ZFAR = 8,
- CAMERA_ZNEAR = 16
+ CAMERA_YFOV = 8,
+ CAMERA_YMAG = 16,
+ CAMERA_ZFAR = 32,
+ CAMERA_ZNEAR = 64
};
enum matAnim