Changeset 4787 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jul 5, 2005, 2:06:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_entity.cc
r4762 r4787 32 32 33 33 // 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"); 35 35 this->obbTree = new OBBTree(15, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices); 36 36
Note: See TracChangeset
for help on using the changeset viewer.