Changeset 7365 in orxonox.OLD for branches/cd/src/world_entities/test_entity.cc
- Timestamp:
- Apr 25, 2006, 3:17:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cd/src/world_entities/test_entity.cc
r7198 r7365 38 38 { 39 39 this->init(); 40 this->md2Model = new MD2Model("models/droidika.md2", "models/droideka.pcx"); 40 41 } 41 42 43 44 // this->md2Model = new MD2Model("models/tris.md2", "models/tris.pcx"); 45 // this->md2Model = new MD2Model("models/goblin.md2", "maps/goblin.bmp"); 46 // this->obbTree = new OBBTree(4, (sVec3D*)this->md2Model->data->pVertices, this->md2Model->data->numVertices); 42 47 43 48
Note: See TracChangeset
for help on using the changeset viewer.