Changeset 4836 in orxonox.OLD for orxonox/trunk/src/world_entities/skysphere.cc
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/skysphere.cc
r4597 r4836 38 38 39 39 /** 40 \briefConstructs a SkySphere and takes fileName as a map.41 \param fileName the file to take as input for the skysphere40 * Constructs a SkySphere and takes fileName as a map. 41 * @param fileName the file to take as input for the skysphere 42 42 */ 43 43 Skysphere::Skysphere(char* fileName) … … 53 53 54 54 /** 55 \briefdefault destructor55 * default destructor 56 56 */ 57 57 Skysphere::~Skysphere() … … 63 63 64 64 /** 65 \briefinitializes the Skysphere.66 \param fileName the file to take as input for the skysphere65 * initializes the Skysphere. 66 * @param fileName the file to take as input for the skysphere 67 67 */ 68 68 void Skysphere::initialize(char* fileName) … … 83 83 84 84 /** 85 \briefDefines which texture should be loaded onto the skysphere.86 \param fileName The filename of the Texture85 * Defines which texture should be loaded onto the skysphere. 86 * @param fileName The filename of the Texture 87 87 */ 88 88 void Skysphere::setTexture(char* fileName) … … 93 93 94 94 /** 95 \briefdraws the Skysphere95 * draws the Skysphere 96 96 97 97 This part is normally precessed in the "Painting Phase". … … 115 115 116 116 /** 117 \briefsets the Radius of the Sphere.118 \param radius The Radius of The Sphere117 * sets the Radius of the Sphere. 118 * @param radius The Radius of The Sphere 119 119 */ 120 120 void Skysphere::setRadius(float radius)
Note: See TracChangeset
for help on using the changeset viewer.