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 22:31:01 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-18 22:31:01 +0400
commita6e2fba994f0ad58851a49ae123fb256b7cbf871 (patch)
tree29c9752a2b118c813914cb145b10353ddb55cad3 /source/blender/collada
parentbb4971431000bb19128ba912ac76ae317223432a (diff)
Identifying Animation List for Material shininess.
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/AnimationImporter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationImporter.h b/source/blender/collada/AnimationImporter.h
index 9337e80d63b..c11ded7fb3a 100644
--- a/source/blender/collada/AnimationImporter.h
+++ b/source/blender/collada/AnimationImporter.h
@@ -102,6 +102,11 @@ private:
CAMERA_ZFAR = 8,
CAMERA_ZNEAR = 16
};
+
+ enum matAnim
+ {
+ MATERIAL_SHININESS = 2
+ };
enum AnimationType
{