From f31beab9a7160e913da7ff30d946eaf2a721fdc8 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 10 Dec 2009 11:29:16 +0100 Subject: BSPTree-Visiting-Reihenfolge korrigiert --- DisplayClass.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'DisplayClass.h') 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_*/ -- cgit v1.2.3