summaryrefslogtreecommitdiff
path: root/tests/csgtestcore.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-19 12:31:23 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-19 12:31:23 (GMT)
commit702525f69c0c9b7dbeb9f07efd4d9acaf9ead65d (patch)
tree5f464d1bf7b63c29fc9d9f9c51fa2db1454fedda /tests/csgtestcore.cc
parentca03eec8404d36e6261f7a10ef93a528c083a09c (diff)
cleanup for pull request
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r--tests/csgtestcore.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc
index 0ab9c0a..acc7c31 100644
--- a/tests/csgtestcore.cc
+++ b/tests/csgtestcore.cc
@@ -357,13 +357,6 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type)
Vector3d camerapos = center - radius*1.8*cameradir;
csgInfo.glview->setCamera(camerapos, center);
-#include <iostream>
- if (csgInfo.background_chain)
- std::cout << csgInfo.background_chain->dump( true ) << "\n";
- if (csgInfo.root_chain)
- std::cout << csgInfo.root_chain->dump( true ) << "\n";
- if (csgInfo.highlights_chain)
- std::cout << csgInfo.highlights_chain->dump( true ) << "\n";
OpenCSGRenderer opencsgRenderer(csgInfo.root_chain, csgInfo.highlights_chain, csgInfo.background_chain, csgInfo.glview->shaderinfo);
ThrownTogetherRenderer thrownTogetherRenderer(csgInfo.root_chain, csgInfo.highlights_chain, csgInfo.background_chain);
contact: Jan Huwald // Impressum