Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2006, 12:15:48 AM (18 years ago)
Author:
patrick
Message:

cd: collision boxes getting better. but still not centered correctly

File:
1 edited

Legend:

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

    r7658 r7660  
    9090     printf("no path specified, using default model: models/ships/fighter.obj\n\n");
    9191     printf("----------------------- WARNING ---------------------\n");
    92      b = new CollisionTestEntity("models/test/cd_test_1.obj"); b->setName("Jaeger");
     92     b = new CollisionTestEntity("models/test/cd_test_0.obj"); b->setName("Jaeger");
    9393   }
    9494//   b->setRelCoor(0.0, 0.0, -20.0);
     
    267267  while( entity != NULL)
    268268  {
    269     if( likely(drawModel))
     269    //if( likely(drawModel))
    270270      entity->draw();
    271271    entity->drawBVTree(depth, drawMode);
Note: See TracChangeset for help on using the changeset viewer.