Don't tell me you did nothing.
This commit is contained in:
parent
e178a75be3
commit
5788eea8ad
|
@ -350,7 +350,9 @@ void RawModel::TransformGeometry(ComputeNormalsOption normals)
|
||||||
|
|
||||||
if (verboseOutput) {
|
if (verboseOutput) {
|
||||||
if (normals == ComputeNormalsOption::BROKEN) {
|
if (normals == ComputeNormalsOption::BROKEN) {
|
||||||
|
if (computedNormalsCount > 0) {
|
||||||
fmt::printf("Repaired %lu empty normals.\n", computedNormalsCount);
|
fmt::printf("Repaired %lu empty normals.\n", computedNormalsCount);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
fmt::printf("Computed %lu normals.\n", computedNormalsCount);
|
fmt::printf("Computed %lu normals.\n", computedNormalsCount);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue