summaryrefslogtreecommitdiff
path: root/src/throwntogetherrenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/throwntogetherrenderer.h')
-rw-r--r--src/throwntogetherrenderer.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/throwntogetherrenderer.h b/src/throwntogetherrenderer.h
deleted file mode 100644
index 09d13f3..0000000
--- a/src/throwntogetherrenderer.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef THROWNTOGETHERRENDERER_H_
-#define THROWNTOGETHERRENDERER_H_
-
-#include "renderer.h"
-
-class ThrownTogetherRenderer : public Renderer
-{
-public:
- ThrownTogetherRenderer(class CSGChain *root_chain,
- CSGChain *highlights_chain, CSGChain *background_chain);
- void draw(bool showfaces, bool showedges) const;
-private:
- void renderCSGChain(CSGChain *chain, bool highlight, bool background, bool showedges,
- bool fberror) const;
-
- CSGChain *root_chain;
- CSGChain *highlights_chain;
- CSGChain *background_chain;
-};
-
-#endif
contact: Jan Huwald // Impressum