Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7014 in orxonox.OLD for trunk/src/world_entities/camera.h


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/camera.h

    r7013 r7014  
    3737
    3838  void lookAt(PNode* target);
    39   PNode* getTarget();
     39  CameraTarget* getTarget() const { return this->target; };
     40  PNode* getTargetNode() const;
    4041
    4142  void setAspectRatio(float aspectRatio);
Note: See TracChangeset for help on using the changeset viewer.