castDynamicShadows defaults to false, flipped it over to true for materials on mobile/animated assets.

This commit is contained in:
Azaezel 2015-11-02 23:06:51 -06:00
parent 24f7dc8314
commit b778121fc4
8 changed files with 12 additions and 1 deletions

View file

@ -182,7 +182,7 @@ Material::Material()
mAlphaRef = 1;
mCastShadows = true;
mCastDynamicShadows = true;
mCastDynamicShadows = false;
mPlanarReflection = false;