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-18 23:32:51 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-18 23:32:51 +0400
commit2fb7dbd60c4d031e9a79ef7e8f731e7615443b32 (patch)
tree2423d049b6f1d5c0f519677bebbdd7e3b3ad7d95 /source/blender/collada/AnimationImporter.h
parent0dcc7d05abe9d1557675c63e07f8b5ff3cb49ec3 (diff)
Material Specular Hardness Animation import (ongoing)
Diffstat (limited to 'source/blender/collada/AnimationImporter.h')
-rw-r--r--source/blender/collada/AnimationImporter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index c11ded7fb3a..b27fba18954 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -39,6 +39,9 @@
#include "COLLADAFWUniqueId.h"
#include "COLLADAFWLight.h"
#include "COLLADAFWCamera.h"
+#include "COLLADAFWMaterial.h"
+#include "COLLADAFWEffect.h"
+#include "COLLADAFWInstanceGeometry.h"
#include "DNA_anim_types.h"
#include "DNA_object_types.h"