summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-19 12:13:57 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-19 12:13:57 (GMT)
commit5bba950304a9df2ed6b9a3429aed5c6e1959b46b (patch)
treedc28c5a2ee8fbad8fd1480a2f67a0e9fe5298f14
parent94de600995a142bb0643b70f7717be3650072644 (diff)
Revert "Revert "Revert "more debug"""
This reverts commit 94de600995a142bb0643b70f7717be3650072644.
-rw-r--r--src/ThrownTogetherRenderer.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ThrownTogetherRenderer.cc b/src/ThrownTogetherRenderer.cc
index 21f3ae7..b22c6a5 100644
--- a/src/ThrownTogetherRenderer.cc
+++ b/src/ThrownTogetherRenderer.cc
@@ -32,8 +32,6 @@
//#include <boost/unordered_map.hpp>
#include <map>
-#include <iostream>
-using std::cout;
ThrownTogetherRenderer::ThrownTogetherRenderer(CSGChain *root_chain,
CSGChain *highlights_chain,
@@ -72,8 +70,6 @@ void ThrownTogetherRenderer::renderCSGChain(CSGChain *chain, bool highlight,
continue;
const Transform3d &m = chain->matrices[i];
const Color4f &c = chain->colors[i];
- cout << "m\n" << m.matrix() << "\n";
- cout << "color\n" << c << "\n";
glPushMatrix();
glMultMatrixd(m.data());
PolySet::csgmode_e csgmode = chain->types[i] == CSGTerm::TYPE_DIFFERENCE ? PolySet::CSGMODE_DIFFERENCE : PolySet::CSGMODE_NORMAL;
contact: Jan Huwald // Impressum