Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (17 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

File:
1 edited

Legend:

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

    r10314 r10317  
    426426{
    427427  ::std::string absFileName;
    428   char* baseName = "/worlds/bsp/";
     428  char* baseName = "/textures/";
    429429
    430430  char fileName [500];
     
    448448    //this->Materials[i]->setShininess(100.0);
    449449   // this->Materials[i].mat->setTransparency(1.0);
    450     this->Materials[i].mat->setDiffuseMap("pictures/ground.tga");
    451     this->Materials[i].mat->setAmbientMap("pictures/ground.tga");
    452     this->Materials[i].mat->setSpecularMap("pictures/ground.tga");
     450    this->Materials[i].mat->setDiffuseMap("textures/ground.tga");
     451    this->Materials[i].mat->setAmbientMap("textures/ground.tga");
     452    this->Materials[i].mat->setSpecularMap("textures/ground.tga");
    453453    this->Materials[i].alpha = false;
    454454    this->Materials[i].animated = false;
     
    595595    //this->Materials[i]->setShininess(100.0);
    596596    //this->Materials[i].mat->setTransparency(1.0);
    597     this->Materials[i].mat->setDiffuseMap("pictures/error_texture.png");
    598     this->Materials[i].mat->setAmbientMap("pictures/error_texture.png");
    599     this->Materials[i].mat->setSpecularMap("pictures/error_texture.png");
     597    this->Materials[i].mat->setDiffuseMap("textures/error_texture.png");
     598    this->Materials[i].mat->setAmbientMap("textures/error_texture.png");
     599    this->Materials[i].mat->setSpecularMap("textures/error_texture.png");
    600600    this->Materials[i].alpha = true;
    601601    this->Materials[i].animated = false;
Note: See TracChangeset for help on using the changeset viewer.