Skip to content
Snippets Groups Projects
Commit 13f84b83 authored by Tomi Korpipää's avatar Tomi Korpipää
Browse files

Fix triangle count of one model in report

parent 7ef8b8c2
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ Item {
}
break;
case 1:
measurementLog += "-Model consists of 5 separate meshes. One has 21196 triangles and the rest 3792 triangles each.\n";
measurementLog += "-Model consists of 5 separate meshes. One has 21196 triangles and the rest 1600 triangles each.\n";
measurementLog += "-There is one material used by all meshes.\n";
drawCalls = (instancing ? 1 : benchmarkRoot.modelInstanceCount) * 5;
measurementLog += "-This results in 5 separate draw calls per model, i.e. "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment