Brought improved blending changes across from Cubiquity branch.

This commit is contained in:
Daviw Williams
2014-02-26 16:55:09 +01:00
parent 2458f94feb
commit c5780dd8e2
5 changed files with 37 additions and 3 deletions

View File

@ -55,6 +55,11 @@ public:
return 1;
}
float blendMaterials(float /*a*/, float /*b*/, float /*weight*/)
{
return 1;
}
float getThreshold(void)
{
return 50.0f;