occlusion tests

This commit is contained in:
David Rose 2007-06-01 22:16:05 +00:00
parent c33d957dee
commit c7bce135da

View File

@ -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 } },