pull/4786/head
Adam 2022-11-18 17:24:37 +02:00
parent 3b5e34ab30
commit 1cd5841b2f
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ namespace glTF2 {
if (!materialSpecular.ObjectEmpty()) {
exts.AddMember("KHR_materials_specular", materialSpecular, w.mAl);
}
}
if (m.materialSheen.isPresent) {
Value materialSheen(rapidjson::Type::kObjectType);