Fixed 3ds export colors.

This commit is contained in:
leo 2013-02-27 02:07:34 +00:00
parent 1c10e656b2
commit abf0136b1d

View file

@ -421,12 +421,12 @@ void Export3DStudio()
if (lcIsColorTranslucent(ColorIdx))
{
matr->transparency = 0.0f;
matr->transparency = 0.5f;
matr->transfalloff = 0.0f;
}
else
{
matr->transparency = 0.5f;
matr->transparency = 0.0f;
matr->transfalloff = 0.0f;
}
matr->selfillumpct = 0.0f;