Changeset 6781 in orxonox.OLD for branches/network/src/world_entities/image_entity.h
- Timestamp:
- Jan 26, 2006, 7:15:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/image_entity.h
r6779 r6781 33 33 /** @param rotationSpeed the speed at what the crosshair should rotate */ 34 34 void setRotationSpeed(float rotationSpeed) { this->rotationSpeed = rotationSpeed; }; 35 void toggleBillboard ();35 void toggleBillboarding(); 36 36 37 37 virtual void tick(float dt);
Note: See TracChangeset
for help on using the changeset viewer.