]> git.leopard-lacewing.eu Git - cgue_weave.git/commitdiff
deactivated meshTree
authorPeter Schaefer <schaeferpm@gmail.com>
Fri, 29 May 2015 09:03:14 +0000 (11:03 +0200)
committerPeter Schaefer <schaeferpm@gmail.com>
Fri, 29 May 2015 09:03:14 +0000 (11:03 +0200)
Weave/Graphix/Model/IMesh.cpp
Weave/Graphix/Model/Model.cpp
Weave/Graphix/Model/Model.h
Weave/main.cpp

index 5a033aac363579e88e931fc75be495e6d02553ff..0873f56315e39453f1782ac2ade4b0020ee956b0 100644 (file)
@@ -23,7 +23,7 @@ typedef IMesh::Node Node;
 
 
 // Vergleiche Unterbaum
-#define COMPARE_MTREE
+//#define COMPARE_MTREE
 //draw BBox of MTREE deep LVL -1 means all lvl's
 #define BBOX_MTREE 5
 
index 9f5f5149592e5d1df599af5409c40ea3c08eac7f..bee81ca066abe4369f974ef514b71a79b9b37a9e 100644 (file)
@@ -741,3 +741,4 @@ Overlap Box::checkCollideByAxis(const Box& _boxA, const Box& _boxB)
        }
        return ret;
 }
+
index bc2f72f553187851d31dc81d90fd1825c178c8fb..0d8db9aa7682cc5669978ebd422d7965b6ab6d68 100644 (file)
@@ -74,7 +74,6 @@ public:
                const mat4 modelOrig;
        };
 
-
        class Triangle
        {
        public:
index c75cc2a8f3cff7007dface4aaad61725bff92e8e..76434a272e7e28f022470b6fbed8c5e0f01c321d 100644 (file)
@@ -29,8 +29,6 @@
 //using std::endl;
 //using std::string;
 
-
-
 /*
 void logSDLerror(ostream &os, const char *msg)
 {