summaryrefslogtreecommitdiff
path: root/src/CsgInfo.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-02-21 01:56:30 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-02-21 01:56:30 (GMT)
commitfc2d9341fac6948716b328b75f3366313bd2545a (patch)
tree4c40b79dc3250b655f6284ed8db1b787657c69ce /src/CsgInfo.h
parentb7d1c94dc1462dae0b7a23ddffe1f91c57308aa8 (diff)
begin process of unifying GLView and OffscreenView. renames, objrot, objtran
Diffstat (limited to 'src/CsgInfo.h')
-rw-r--r--src/CsgInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CsgInfo.h b/src/CsgInfo.h
index 889eefe..6c3e352 100644
--- a/src/CsgInfo.h
+++ b/src/CsgInfo.h
@@ -6,8 +6,8 @@
class CsgInfo
{
public:
- CsgInfo() { glview = NULL; }
- OffscreenView *glview;
+ CsgInfo() { qglview = NULL; }
+ OffscreenView *qglview;
};
@@ -26,7 +26,7 @@ public:
root_chain = NULL;
highlights_chain = NULL;
background_chain = NULL;
- glview = NULL;
+ qglview = NULL;
}
shared_ptr<CSGTerm> root_norm_term; // Normalized CSG products
class CSGChain *root_chain;
contact: Jan Huwald // Impressum