Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4787 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Jul 5, 2005, 2:06:19 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: changes on the md2model - now it loads also the triangle information, but not used yet

File:
1 edited

Legend:

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

    r4762 r4787  
    3232
    3333//   this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx");
    34   this->md2Model = new MD2Model("models/ogro.md2", "maps/ogro.pcx");
     34  this->md2Model = new MD2Model("models/tris.md2", "maps/tris.pcx");
    3535  this->obbTree = new OBBTree(15, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices);
    3636
Note: See TracChangeset for help on using the changeset viewer.