Changeset 4140 in orxonox.OLD for orxonox/branches/md2_loader/src/story_entities
- Timestamp:
- May 10, 2005, 11:16:39 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/story_entities/world.cc
r4139 r4140 491 491 this->model = new t3DModel; 492 492 this->md2Model = new MD2Model(); 493 494 md2loader->importMD2(model, " test.md2", "test.bmp");493 494 md2loader->importMD2(model, "../data/models/jack/tris.md2", "test.bmp"); 495 495 496 496 } … … 953 953 954 954 /* TESTGING TESTING TESTING */ 955 this->md2Model->draw(this->model);955 //this->md2Model->draw(this->model); 956 956 957 957 glCallList (objectList);
Note: See TracChangeset
for help on using the changeset viewer.