Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7055 in orxonox.OLD for trunk/src/lib/graphics/importer/md2Model.cc


Ignore:
Timestamp:
Feb 6, 2006, 2:52:14 PM (18 years ago)
Author:
patrick
Message:

trunk: md2 scaling patch

File:
1 edited

Legend:

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

    r6645 r7055  
    7575  \brief simple constructor initializing all variables
    7676*/
    77 MD2Model::MD2Model(const char* modelFileName, const char* skinFileName)
     77MD2Model::MD2Model(const char* modelFileName, const char* skinFileName, float scale)
    7878{
    7979  /* this creates the data container via ressource manager */
     
    8282    PRINTF(0)("The model was not found, MD2Model Loader finished abnormaly. Update the data-repos\n");
    8383
     84  this->data->scaleFactor = scaleFactor;
    8485  this->scaleFactor = this->data->scaleFactor;
    8586
Note: See TracChangeset for help on using the changeset viewer.