Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2006, 1:26:50 PM (19 years ago)
Author:
bottac
Message:

Colision test

File:
1 edited

Legend:

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

    r8203 r8233  
    603603  MoviePlayer * testMC = new MoviePlayer(mat);
    604604  testMC->start(0);
     605 
     606  this->MovieMaterials.push_back(testMC);
    605607
    606608  //Material* tmp = new Material();
     
    632634  sc *= 1/255.0;
    633635
    634   scale = 1.8; // Adjust brightness here
     636  scale = 1.0f; // Adjust brightness here
    635637
    636638  if(sc > 1.0f && (temp = (1.0f/sc)) < scale) scale=temp;
Note: See TracChangeset for help on using the changeset viewer.