Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2104 in orxonox.OLD for orxonox/branches/chris/src/world.cc


Ignore:
Timestamp:
Jul 10, 2004, 3:07:42 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: This code compiles and links but is still missing the SDL libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/world.cc

    r2101 r2104  
    196196        orx->get_camera()->bind (myPlayer);
    197197}
     198
     199void World::calc_camera_pos (Location* loc, Placement* plc)
     200{
     201  track[loc->part].map_camera (loc, plc);
     202}
Note: See TracChangeset for help on using the changeset viewer.