Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2006, 2:59:48 PM (19 years ago)
Author:
patrick
Message:

collision: subproject up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cd/src/subprojects/collision_detection/collision_test_entity.cc

    r7365 r7533  
    3131 *  creates an environment
    3232*/
    33 CollisionTestEntity::CollisionTestEntity () : WorldEntity()
     33CollisionTestEntity::CollisionTestEntity (const char* modelName) : WorldEntity()
    3434{
    3535  this->init();
    36   this->loadModel("models/ships/reaplow.obj");
     36  this->loadModel(modelName);
    3737  //  this->loadModel("models/ships/figther.obj");
    3838
Note: See TracChangeset for help on using the changeset viewer.