diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 12:13:41 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 12:13:41 (GMT) |
commit | 4ef470be1f147cb33d75117716ec83c84328da25 (patch) | |
tree | dc28c5a2ee8fbad8fd1480a2f67a0e9fe5298f14 /src | |
parent | 8f17a48e2c76e0a7a35032ff87df7b89cdcb8772 (diff) |
Revert "more debug"
This reverts commit 8f17a48e2c76e0a7a35032ff87df7b89cdcb8772.
Diffstat (limited to 'src')
-rw-r--r-- | src/ThrownTogetherRenderer.cc | 4 |
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; |