Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4490 in orxonox.OLD for orxonox/trunk/src/world_entities/camera.cc


Ignore:
Timestamp:
Jun 3, 2005, 1:33:01 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: started documentation of world-entities….
this is not really usefull, because i think, that this will change a lot with development….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/camera.cc

    r4444 r4490  
    7777}
    7878
    79 
    8079/**
    8180   \brief sets a new AspectRatio
     
    107106}
    108107
     108/**
     109   \brief sets the new VideoMode and initializes iteration to it.
     110   \param mode the mode to change to.
     111*/
    109112void Camera::setViewMode(ViewMode mode)
    110113{
     
    141144/**
    142145   \brief Updates the position of the camera.
    143    \param dt The time that elapsed.
     146   \param dt: The time that elapsed.
    144147*/
    145148void Camera::tick(float dt)
     
    191194}
    192195
    193 
     196/**
     197   \brief processes an event
     198   \param event: the event to process
     199*/
    194200void Camera::process(const Event &event)
    195201{
Note: See TracChangeset for help on using the changeset viewer.