diff --git a/tiny_gltf.h b/tiny_gltf.h index 7622b6d..a18c73c 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -3757,7 +3757,7 @@ static bool ParseMaterial(Material *material, std::string *err, const json &o) { } else { // fill with default values - material->emissiveFactor = {1.0, 1.0, 1.0}; + material->emissiveFactor = {0.0, 0.0, 0.0}; } ParseStringProperty(&material->alphaMode, err, o, "alphaMode",