Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2006, 11:35:10 PM (19 years ago)
Author:
bottac
Message:

I made it, finally!:-) . Larger .bsp-maps, with visibility ebabled run twice as fast now.

File:
1 edited

Legend:

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

    r7544 r7579  
    389389     //         Default Material
    390390      this->Materials[i].mat = new Material();
    391     this->Materials[i].mat->setDiffuse(0.1,0.1,0.1);
    392     this->Materials[i].mat->setAmbient(0.1,0.1,0.1 );
    393     this->Materials[i].mat->setSpecular(0.4,0.4,0.4);
     391    this->Materials[i].mat->setDiffuse(0.1,0.1,1.0);
     392    this->Materials[i].mat->setAmbient(0.1,0.1,1.0 );
     393    this->Materials[i].mat->setSpecular(0.4,0.4,1.0);
    394394    //this->Materials[i]->setShininess(100.0);
    395395    this->Materials[i].mat->setTransparency(1.0);
Note: See TracChangeset for help on using the changeset viewer.