diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-25 03:07:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-25 03:07:37 (GMT) |
commit | 9896b6f15eced6d05a131ece44d60745e200b8f5 (patch) | |
tree | 7d8a362003174ed6b150c439f2827d6a7252674d /src/CsgInfo.h | |
parent | 8738cdc03451803014ca84f8614bdff1ff393ca9 (diff) |
first working version of opencsg png export from gui binary
also guiopencsgtest introduced. passes 100% of 'normal' tests
Diffstat (limited to 'src/CsgInfo.h')
-rw-r--r-- | src/CsgInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CsgInfo.h b/src/CsgInfo.h index 889eefe..4107b1a 100644 --- a/src/CsgInfo.h +++ b/src/CsgInfo.h @@ -13,10 +13,7 @@ public: #ifdef ENABLE_OPENCSG -#include <opencsg.h> -#include "OpenCSGRenderer.h" #include "csgterm.h" -#include "csgtermnormalizer.h" class CsgInfo_OpenCSG : public CsgInfo { |