Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2005, 1:27:02 AM (19 years ago)
Author:
patrick
Message:

now the objectmanagment works smoothly with the garbage collection: shoots (projectiles) are now precached (100 pieces) used from this pool and recyled :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_bullet.cc

    r3757 r4322  
    3333TestBullet::TestBullet (Weapon* weapon) : Projectile(weapon)
    3434{
     35  this->setClassID(CL_TEST_BULLET, "TestBullet");
    3536  this->model = (Model*)ResourceManager::getInstance()->load("models/test_projectile.obj", OBJ, RP_LEVEL);
    3637}
Note: See TracChangeset for help on using the changeset viewer.