Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7194 in orxonox.OLD for trunk/src/lib/graphics


Ignore:
Timestamp:
Mar 7, 2006, 9:18:04 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: compile again

Location:
trunk/src/lib/graphics/importer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/model.cc

    r6162 r7194  
    4545*/
    4646Model::~Model()
    47 {
    48   // delete what has to be deleted here
    49 }
     47{ }
    5048
    5149
  • trunk/src/lib/graphics/importer/texture_sequence.h

    r6981 r7194  
    11/*!
    2  * @file texture.h
    3  * @brief Contains the texture class, that handles the reading of Images into Texutre-files.
     2 * @file texture_sequence.h
     3 * @brief Contains the texture_sequence class, that handles the reading of Image-files into multiple Texutres.
    44 */
    55
  • trunk/src/lib/graphics/importer/vertex_array_model.cc

    r6771 r7194  
    116116VertexArrayModel::~VertexArrayModel()
    117117{
    118   PRINTF(4)("Deleting VertexArrayModel ");
    119   if (this->getName())
    120   {
    121     PRINT(4)("%s\n", this->getName());
    122   }
    123   else
    124   {
    125     PRINT(4)("\n");
    126   }
     118  PRINTF(4)("Deleting VertexArrayModel %s\n", this->getName());
    127119}
    128120
Note: See TracChangeset for help on using the changeset viewer.