Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7711 in orxonox.OLD for trunk/src/world_entities/test_entity.cc


Ignore:
Timestamp:
May 18, 2006, 11:44:21 PM (18 years ago)
Author:
patrick
Message:

trunk: merged the cd branche back to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/test_entity.cc

    r7488 r7711  
    4141{
    4242  this->init();
     43  this->md2Model = new MD2Model("models/droidika.md2", "models/droideka.pcx");
    4344}
    4445
     46
     47//   this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx");
     48// this->md2Model = new MD2Model("models/goblin.md2", "maps/goblin.bmp");
     49//   this->obbTree = new OBBTree(4, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
    4550
    4651
Note: See TracChangeset for help on using the changeset viewer.