Browse Source

occlusion tests

David Rose 18 years ago
parent
commit
c7bce135da
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/pstatclient/pStatProperties.cxx

+ 2 - 1
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 } },