Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8347 in orxonox.OLD


Ignore:
Timestamp:
Jun 13, 2006, 5:14:58 PM (18 years ago)
Author:
patrick
Message:

bsp: completing md3 base framework

Location:
branches/bsp_model/src/lib/graphics/importer/md3
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/md3/md3_data.cc

    r8346 r8347  
    9191  if( unlikely(!pFile))
    9292    {
    93       PRINTF(1)("Couldn't open the MD2 File for loading. Exiting.\n");
     93      PRINTF(1)("Couldn't open the MD3 File for loading. Exiting.\n");
    9494      return false;
    9595    }
     
    155155  delete [] buffer;
    156156  fclose(pFile);
     157
     158  return true;
    157159}
    158160
     
    177179  this->material.setIllum(3);
    178180  this->material.setAmbient(1.0, 1.0, 1.0);
     181
     182  return true;
    179183}
    180184
Note: See TracChangeset for help on using the changeset viewer.