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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/collada/EffectExporter.h b/source/blender/collada/EffectExporter.h
index 8fe7ef31da4..2b25d1b889f 100644
--- a/source/blender/collada/EffectExporter.h
+++ b/source/blender/collada/EffectExporter.h
@@ -61,6 +61,10 @@ private:
/** Fills the array of mtex indices which have image. Used for exporting images. */
void createTextureIndices(Material *ma, std::vector<int> &indices);
+ void writeBlinn(COLLADASW::EffectProfile &ep, Material *ma);
+ void writeLambert(COLLADASW::EffectProfile &ep, Material *ma);
+ void writePhong(COLLADASW::EffectProfile &ep, Material *ma);
+
bool hasEffects(Scene *sce);
};