summaryrefslogtreecommitdiffstats
path: root/DisplayClass.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-12-10 11:29:16 +0100
committerMatthias Schiffer <matthias@gamezock.de>2009-12-10 11:29:16 +0100
commitf31beab9a7160e913da7ff30d946eaf2a721fdc8 (patch)
tree1239a46bbea9c8f4af295d2a66e0429d960550ff /DisplayClass.h
parent4f2236f36446a5b097e28c0f76e4962ce7e115b1 (diff)
downloadc3d-f31beab9a7160e913da7ff30d946eaf2a721fdc8.tar
c3d-f31beab9a7160e913da7ff30d946eaf2a721fdc8.zip
BSPTree-Visiting-Reihenfolge korrigiert
Diffstat (limited to 'DisplayClass.h')
-rw-r--r--DisplayClass.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/DisplayClass.h b/DisplayClass.h
index 0341469..d1e56ba 100644
--- a/DisplayClass.h
+++ b/DisplayClass.h
@@ -1,7 +1,8 @@
#ifndef _DISPLAYCLASS_H_
#define _DISPLAYCLASS_H_
-#include "Trapezocube.h"
+//#include "Trapezocube.h"
+#include "Cuboid.h"
class DisplayClass
{
@@ -28,7 +29,8 @@ class DisplayClass
static OpaqueRenderer opaqueRenderer;
static TransparentRenderer transparentRenderer;
- Trapezocube cubeing[8];
+ //Trapezocube cubeing[8];
+ Cuboid cube;
};
#endif /*_DISPLAYCLASS_H_*/