Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4739 in orxonox.OLD for orxonox/trunk/src/lib


Ignore:
Timestamp:
Jun 30, 2005, 4:05:23 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: factory is now registered in Factory, not in Gameloader

Location:
orxonox/trunk/src/lib/graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/graphics_engine.cc

    r4733 r4739  
    9191    VideoFlags |= SDL_HWACCEL;
    9292  */
    93 
    94   // setting up the Resolution
    95   this->setResolution(1400, 1050, 16);
    96 
     93    // setting up the Resolution
     94  this->setResolution(800, 450, 16);
    9795
    9896  // TO DO: Create a cool icon and use it here
     
    152150  this->resolutionY = height;
    153151  this->bitsPerPixel = bpp;
     152
    154153  if (this->fullscreen)
    155154    fullscreenFlag = SDL_FULLSCREEN;
  • orxonox/trunk/src/lib/graphics/light.cc

    r4738 r4739  
    238238{
    239239  glDisable(GL_LIGHTING);
     240  this->setAmbientColor(.0,.0,.0);
    240241
    241242  for (int i = 0; i < NUMBEROFLIGHTS; i++)
Note: See TracChangeset for help on using the changeset viewer.