Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7014 in orxonox.OLD for trunk/src/world_entities/terrain.cc


Ignore:
Timestamp:
Feb 3, 2006, 2:14:22 PM (18 years ago)
Author:
bensch
Message:

trunk: new algorithm for the Camera-Distance

File:
1 edited

Legend:

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

    r6956 r7014  
    241241glPushMatrix();
    242242glLoadIdentity();
    243  Vector camera =   State::getCamera()->getAbsCoor(); // Go on here ..........!!!
     243 Vector camera =   State::getCameraNode()->getAbsCoor(); // Go on here ..........!!!
    244244
    245245    /*
Note: See TracChangeset for help on using the changeset viewer.