This removes transparency=yes a xml property not used with the newest exporter
This commit is contained in:
parent
6e3744157d
commit
279cfe2754
@ -203,15 +203,6 @@ Material::Material(const XMLNode *node, bool deprecated)
|
|||||||
m_shader_name = "alphablend";
|
m_shader_name = "alphablend";
|
||||||
}
|
}
|
||||||
|
|
||||||
b = false;
|
|
||||||
node->get("transparency", &b);
|
|
||||||
if (b)
|
|
||||||
{
|
|
||||||
m_shader_name = "alphatest";
|
|
||||||
}
|
|
||||||
|
|
||||||
//node->get("lightmap", &m_lightmap);
|
|
||||||
|
|
||||||
b = false;
|
b = false;
|
||||||
node->get("alpha", &b);
|
node->get("alpha", &b);
|
||||||
if (b)
|
if (b)
|
||||||
|
Loading…
Reference in New Issue
Block a user