Changeset 5085 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Aug 20, 2005, 3:37:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/test_entity.cc
r4787 r5085 32 32 33 33 // this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx"); 34 this->md2Model = new MD2Model("models/tris.md2", "maps/tris.pcx");34 this->md2Model = new MD2Model("models/goblin.md2", "maps/goblin.bmp"); 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.