Changeset 7579 in orxonox.OLD for branches/bsp_model/src/lib/graphics/importer/bsp_file.cc
- Timestamp:
- May 10, 2006, 11:35:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/bsp_file.cc
r7544 r7579 389 389 // Default Material 390 390 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); 394 394 //this->Materials[i]->setShininess(100.0); 395 395 this->Materials[i].mat->setTransparency(1.0);
Note: See TracChangeset
for help on using the changeset viewer.