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:
authorSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-06 22:09:36 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-06 22:09:36 +0400
commit6c88a16b3a743cef95aa6c7b4ca49c173e5c77a5 (patch)
treed957c2654d8502d0d9c3e821dabad37e5a856d57 /source/blender/collada/AnimationImporter.h
parent1e14e2f465c749b5fe39c1a22ea562059b9fad65 (diff)
Camera lens animation Identifying
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index 5a9638d2bb2..22bff6e493d 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -38,11 +38,13 @@
#include "COLLADAFWNode.h"
#include "COLLADAFWUniqueId.h"
#include "COLLADAFWLight.h"
+#include "COLLADAFWCamera.h"
#include "DNA_anim_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_lamp_types.h"
+#include "DNA_camera_types.h"
//#include "ArmatureImporter.h"
#include "TransformReader.h"
@@ -90,7 +92,8 @@ private:
NODE_TRANSFORM = 1,
LIGHT_COLOR = 2,
LIGHT_FOA = 4,
- LIGHT_FOE = 8
+ LIGHT_FOE = 8,
+ CAMERA_XFOV = 16
};
public: