Fix collada uv channels - temporary was stored and then updated. So all information on uv channels was ignored.
parent
77f7706a97
commit
07f72c8530
|
@ -2293,9 +2293,9 @@ void ColladaParser::ReadNodeGeometry(XmlNode &node, Node *pNode) {
|
|||
urlMat++;
|
||||
|
||||
s.mMatName = urlMat;
|
||||
ReadMaterialVertexInputBinding(instanceMatNode, s);
|
||||
// store the association
|
||||
instance.mMaterials[group] = s;
|
||||
ReadMaterialVertexInputBinding(instanceMatNode, s);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue