Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2005, 10:59:26 PM (19 years ago)
Author:
patrick
Message:

orxonox/branches/md2_loader: testing the new md2model, got segfaults yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/md2_loader/src/story_entities/world.cc

    r4160 r4189  
    445445      trackManager->addPoint(Vector(1770, 80, -40));
    446446      trackManager->addPoint(Vector(1800, 100, -40));
    447       trackManager->setDuration(10);
     447      trackManager->addPoint(Vector(2000, 100, -40));
     448      trackManager->setDuration(12);
    448449
    449450      trackManager->finalize();
Note: See TracChangeset for help on using the changeset viewer.