Changeset 4717 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jun 27, 2005, 1:49:58 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_entity.cc
r4714 r4717 32 32 33 33 // this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx"); 34 this->md2Model = new MD2Model("models/ shogun.md2", "maps/shogun.pcx");34 this->md2Model = new MD2Model("models/ogro.md2", "maps/ogro.pcx"); 35 35 this->obbTree = new OBBTree(7, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices); 36 36 37 this->md2Model->setAnim( 0);37 this->md2Model->setAnim(STAND); 38 38 this->md2Model->debug(); 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.