Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6815 in orxonox.OLD for trunk/src/world_entities/image_entity.h


Ignore:
Timestamp:
Jan 28, 2006, 5:11:51 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches/network back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/network . -r6774:HEAD

no conflicts…
thats what i call orthogonal work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/image_entity.h

    r6634 r6815  
    11/*!
    2  * @file crosshair.h
    3   *  Definition of ...
    4 
    5 */
     2 * @file image_entity.h
     3 *  Definition of an ImageEntity
     4 */
    65
    76#ifndef _IMAGE_ENTITY_H
     
    3433  /** @param rotationSpeed the speed at what the crosshair should rotate */
    3534  void setRotationSpeed(float rotationSpeed) { this->rotationSpeed = rotationSpeed; };
    36   void toggleBillboard();
     35  void toggleBillboarding();
    3736
    3837  virtual void tick(float dt);
Note: See TracChangeset for help on using the changeset viewer.