Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5431 in orxonox.OLD for trunk/src/lib/collision_detection/obb_tree.h


Ignore:
Timestamp:
Oct 24, 2005, 11:54:17 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: changed the static values back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/obb_tree.h

    r5039 r5431  
    3636    Material* getTransparentMaterial(unsigned int depth) { return this->transparentMaterial[depth%5]; }
    3737    Material* getCollisionMaterial() { return this->collisionMaterial; }
     38
    3839    int getID() { return ++this->id;}
    3940    inline OBBTreeNode* getRootNode() { return this->rootNode; }
Note: See TracChangeset for help on using the changeset viewer.