提交 7e97c201 编写于 作者: M Matt Pharr

Add missing parameter to StringPrintf in SubsurfaceMaterial::ToString()

Fixes #358.
上级 f6dc67fb
......@@ -491,7 +491,7 @@ std::string SubsurfaceMaterial::ToString() const {
return StringPrintf("[ SubsurfaceMaterial displacement: %s normalMap: %s scale: %f "
"sigma_a: %s sigma_s: %s reflectance: %s mfp: %s uRoughness: %s "
"vRoughness: %s scale: %f eta: %f remapRoughness: %s ]",
displacement, scale, sigma_a, sigma_s, reflectance, mfp,
displacement, normalMap, scale, sigma_a, sigma_s, reflectance, mfp,
uRoughness, vRoughness, scale, eta, remapRoughness);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册