GPUOpen-LibrariesAndSDKs / RadeonProRender-Baikal

MIT License
334 stars 78 forks source link

the classroom's materials.xml is incorrect #205

Open lishu1980 opened 5 years ago

lishu1980 commented 5 years ago

in code for loading MaterialIoXML::LoadMaterials find element "Inputs" and "Materials"

but in materials.xml file, no the xml node exists, in root of xml

darksylinc commented 5 years ago

The commit that changed how materials are parsed is 8b2b46638002b49e4094d01922ed57f59a1d782e

It previously iterated through every element. But now it expects a root "Materials" element, plus other more changes that keep causing more and more crashes.