Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2005, 1:31:23 AM (18 years ago)
Author:
patrick
Message:

collision_detection: very much work on the cd engine, now the obbs do assemble again, but not yet correctly. Much more debug work to come..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/collision_detection/src/lib/collision_detection/cd_engine.cc

    r5718 r5882  
    1414*/
    1515
    16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_COLLISION
     16#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_COLLISION_DETECTION
    1717
    1818#include "cd_engine.h"
     
    168168void CDEngine::debugSpawnTree(int depth, sVec3D* vertices, int numVertices)
    169169{
    170   if ( this->rootTree == NULL)
    171     this->rootTree = new OBBTree(depth, vertices, numVertices);
     170//   if ( this->rootTree == NULL)
     171//     this->rootTree = new OBBTree(depth, vertices, numVertices);
    172172}
    173173
Note: See TracChangeset for help on using the changeset viewer.