Code style format.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-28 12:06:46 -08:00
commit 669985c64c
5 changed files with 17 additions and 16 deletions

View File

@ -94,7 +94,8 @@ MaterialData::MaterialData(
pbrMetallicRoughness(pbrMetallicRoughness) {}
json MaterialData::serialize() const {
json result = {{"name", name},
json result = {
{"name", name},
{"alphaMode", isTransparent ? "BLEND" : "OPAQUE"},
{"doubleSided", isDoubleSided},
{"extras",