From a6e2fba994f0ad58851a49ae123fb256b7cbf871 Mon Sep 17 00:00:00 2001 From: Sukhitha Prabhath Jayathilake Date: Mon, 18 Jul 2011 18:31:01 +0000 Subject: Identifying Animation List for Material shininess. --- source/blender/collada/AnimationImporter.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/collada') 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 { -- cgit v1.2.3