Fix multiple texture support for animated meshnodes.
parent
601ab85226
commit
649dca4d16
|
@ -1308,7 +1308,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set material flags and texture
|
// Set material flags and texture
|
||||||
m_animated_meshnode->setMaterialTexture(i, texture);
|
m_animated_meshnode->getMaterial(i).TextureLayer[0].Texture = texture;
|
||||||
video::SMaterial& material = m_animated_meshnode->getMaterial(i);
|
video::SMaterial& material = m_animated_meshnode->getMaterial(i);
|
||||||
material.setFlag(video::EMF_LIGHTING, false);
|
material.setFlag(video::EMF_LIGHTING, false);
|
||||||
material.setFlag(video::EMF_BILINEAR_FILTER, false);
|
material.setFlag(video::EMF_BILINEAR_FILTER, false);
|
||||||
|
|
Loading…
Reference in New Issue