Changeset 4739 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Jun 30, 2005, 4:05:23 PM (19 years ago)
- Location:
- orxonox/trunk/src/lib/graphics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/graphics_engine.cc
r4733 r4739 91 91 VideoFlags |= SDL_HWACCEL; 92 92 */ 93 94 // setting up the Resolution 95 this->setResolution(1400, 1050, 16); 96 93 // setting up the Resolution 94 this->setResolution(800, 450, 16); 97 95 98 96 // TO DO: Create a cool icon and use it here … … 152 150 this->resolutionY = height; 153 151 this->bitsPerPixel = bpp; 152 154 153 if (this->fullscreen) 155 154 fullscreenFlag = SDL_FULLSCREEN; -
orxonox/trunk/src/lib/graphics/light.cc
r4738 r4739 238 238 { 239 239 glDisable(GL_LIGHTING); 240 this->setAmbientColor(.0,.0,.0); 240 241 241 242 for (int i = 0; i < NUMBEROFLIGHTS; i++)
Note: See TracChangeset
for help on using the changeset viewer.