Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 20, 2005, 12:39:05 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: image now gets loaded with the an SDL_Surface instead of a strange pointer to a Struct that is only redundant

File:
1 edited

Legend:

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

    r3895 r3905  
    124124      if (counter == groupNumber)
    125125        {
    126           PRINTF(2)("Drawing model number %i named %s\n", counter, walker->name);
     126          PRINTF(4)("Drawing model number %i named %s\n", counter, walker->name);
    127127          glCallList (walker->listNumber);
    128128          return;
     
    498498bool Model::addVertexNormal(float x, float y, float z)
    499499{
    500   PRINTF(3)("found vertex-Normal %f, %f, %f\n", x, y, z);
     500  PRINTF(5)("found vertex-Normal %f, %f, %f\n", x, y, z);
    501501  this->normals->addEntry(x, y, z);
    502502}
Note: See TracChangeset for help on using the changeset viewer.