Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2005, 1:41:48 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now working on the obb axis alignement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/obb_tree.cc

    r4553 r4573  
    1 /* 
     1/*
    22   orxonox - the future of 3D-vertical-scrollers
    33
     
    2828   \brief standard constructor
    2929*/
    30 OBBTree::OBBTree () 
     30OBBTree::OBBTree ()
    3131{
    32    this->setClassID(CL_OBB_TREE, "OBBTree"); 
     32   this->setClassID(CL_OBB_TREE, "OBBTree");
    3333
    3434}
     
    3939
    4040*/
    41 OBBTree::~OBBTree () 
     41OBBTree::~OBBTree ()
    4242{
    4343  // delete what has to be deleted here
     
    9191  PRINT(0)("\n==============================| OBBTree::debug() |===\n");
    9292  PRINT(0)("=  Spawning Tree: Start\n");
    93  
     93
    9494  /* generate some test vertices */
    9595  sVec3D* vertList = new sVec3D[3];
     
    106106
    107107  PRINT(0)("=  Spawning Tree: Finished\n");
    108   PRINT(0)("=======================================================\n");     
     108  PRINT(0)("=======================================================\n");
    109109
    110110}
Note: See TracChangeset for help on using the changeset viewer.