Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2007, 12:08:19 AM (17 years ago)
Author:
muellmic
Message:

traveldistance calculated dynamically now, but calculations aren't correct yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/camera.cc

    r10270 r10291  
    170170      this->fovy= viewTopFovy;
    171171      this->toFovy = viewTopFovy;
    172       this->setRelCoorSoft(Vector(-0.05, this->viewTopDistance , 0), 0.5);
     172      this->setRelCoor(Vector(-0.05, this->viewTopDistance , 0));
    173173      this->target->setRelCoor(0,0,0);
    174174    }
Note: See TracChangeset for help on using the changeset viewer.