Code style format.
This commit is contained in:
commit
669985c64c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue