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:
Diffstat (limited to 'source/blender/collada/EffectExporter.h')
-rw-r--r--source/blender/collada/EffectExporter.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/source/blender/collada/EffectExporter.h b/source/blender/collada/EffectExporter.h
index 75511800081..57df844233c 100644
--- a/source/blender/collada/EffectExporter.h
+++ b/source/blender/collada/EffectExporter.h
@@ -55,10 +55,17 @@ class EffectsExporter : COLLADASW::LibraryEffects {
private:
void set_shader_type(COLLADASW::EffectProfile &ep, Material *ma);
- void set_transparency(COLLADASW::EffectProfile &ep, Material *ma);
+
void set_diffuse_color(COLLADASW::EffectProfile &ep, Material *ma);
- void set_reflectivity(COLLADASW::EffectProfile &ep, Material *ma);
void set_emission(COLLADASW::EffectProfile &ep, Material *ma);
+ void set_ior(COLLADASW::EffectProfile &ep, Material *ma);
+ void set_shininess(COLLADASW::EffectProfile &ep, Material *ma);
+ void set_reflectivity(COLLADASW::EffectProfile &ep, Material *ma);
+ void set_transparency(COLLADASW::EffectProfile &ep, Material *ma);
+ void set_ambient(COLLADASW::EffectProfile &ep, Material *ma);
+ void set_specular(COLLADASW::EffectProfile &ep, Material *ma);
+ void set_reflective(COLLADASW::EffectProfile &ep, Material *ma);
+
void get_images(Material *ma, KeyImageMap &uid_image_map);
void create_image_samplers(COLLADASW::EffectProfile &ep,
KeyImageMap &uid_image_map,