From c7bce135daec2d53d801a8ea787e142227e223ae Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 1 Jun 2007 22:16:05 +0000 Subject: [PATCH] occlusion tests --- panda/src/pstatclient/pStatProperties.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/pstatclient/pStatProperties.cxx b/panda/src/pstatclient/pStatProperties.cxx index c7bfc65829..8070794393 100644 --- a/panda/src/pstatclient/pStatProperties.cxx +++ b/panda/src/pstatclient/pStatProperties.cxx @@ -195,7 +195,8 @@ static LevelCollectorProperties level_properties[] = { { 1, "State changes:Other", { 0.2, 0.2, 0.2 } }, { 1, "State changes:Transforms", { 0.2, 0.2, 0.8 } }, { 1, "State changes:Textures", { 0.8, 0.2, 0.2 } }, - { 1, "Occlusion test", { 0.9, 0.8, 0.3 }, "", 500.0 }, + { 1, "Occlusion tests", { 0.9, 0.8, 0.3 }, "", 500.0 }, + { 1, "Occlusion results", { 0.3, 0.9, 0.8 }, "", 500.0 }, { 1, "Main memory", { 0.5, 1.0, 0.5 }, "MB", 64, 1048576 }, { 1, "Main memory:C++", { 0.2, 0.2, 1.0 } }, { 1, "Main memory:Interpreter", { 0.8, 0.2, 0.5 } },