Changeset 9003 in orxonox.OLD for trunk/src/world_entities/world_entity.cc
- Timestamp:
- Jul 2, 2006, 1:36:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r8977 r9003 72 72 73 73 this->objectListNumber = OM_INIT; 74 this->lastObjectListNumber = OM_INIT; 74 75 this->objectListIterator = NULL; 75 76 … … 78 79 this->collisionHandles[i] = NULL; 79 80 this->bReactive = false; 81 this->bOnGround = false; 80 82 81 83 // registering default reactions: … … 613 615 } 614 616 615 if( this->aabbNode != NULL)616 this->aabbNode->drawBV(0, DRAW_BV_POLYGON, Vector(1, 0.6, 0.2), true);617 // if( this->aabbNode != NULL) 618 // this->aabbNode->drawBV(0, DRAW_BV_POLYGON, Vector(1, 0.6, 0.2), true); 617 619 618 620 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.