Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10409 in orxonox.OLD


Ignore:
Timestamp:
Jan 27, 2007, 6:30:51 PM (17 years ago)
Author:
snellen
Message:

cameras now work with the track

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/cameraman.cc

    r10408 r10409  
    7777  //Camera* newCamera=new Camera(root);
    7878  this->cameras.push_back(new Camera(root));
    79   cameras[cameras.size()-1]->target->detach();
     79 // cameras[cameras.size()-1]->target->detach();
    8080  cameras[cameras.size()-1]->setClipRegion(nearClip, farClip);
    8181
Note: See TracChangeset for help on using the changeset viewer.