Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2007, 11:34:37 AM (17 years ago)
Author:
bknecht
Message:

changed all /pictures/ to /textures/

File:
1 edited

Legend:

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

    r10033 r10190  
    449449    //this->Materials[i]->setShininess(100.0);
    450450   // this->Materials[i].mat->setTransparency(1.0);
    451     this->Materials[i].mat->setDiffuseMap("pictures/ground.tga");
    452     this->Materials[i].mat->setAmbientMap("pictures/ground.tga");
    453     this->Materials[i].mat->setSpecularMap("pictures/ground.tga");
     451    this->Materials[i].mat->setDiffuseMap("textures/ground.tga");
     452    this->Materials[i].mat->setAmbientMap("textures/ground.tga");
     453    this->Materials[i].mat->setSpecularMap("textures/ground.tga");
    454454    this->Materials[i].alpha = false;
    455455    this->Materials[i].animated = false;
     
    596596    //this->Materials[i]->setShininess(100.0);
    597597    //this->Materials[i].mat->setTransparency(1.0);
    598     this->Materials[i].mat->setDiffuseMap("pictures/error_texture.png");
    599     this->Materials[i].mat->setAmbientMap("pictures/error_texture.png");
    600     this->Materials[i].mat->setSpecularMap("pictures/error_texture.png");
     598    this->Materials[i].mat->setDiffuseMap("textures/error_texture.png");
     599    this->Materials[i].mat->setAmbientMap("textures/error_texture.png");
     600    this->Materials[i].mat->setSpecularMap("textures/error_texture.png");
    601601    this->Materials[i].alpha = true;
    602602    this->Materials[i].animated = false;
Note: See TracChangeset for help on using the changeset viewer.