Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3679 in orxonox.OLD for orxonox/branches/dave/src/orxonox.cc


Ignore:
Timestamp:
Mar 30, 2005, 8:01:06 PM (20 years ago)
Author:
dave
Message:

branches/shadows: another try

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/src/orxonox.cc

    r3659 r3679  
    132132
    133133  int bpp = 16;
    134   int width = 400;
    135   int height = 300;
     134  int width = 1024;
     135  int height = 768;
    136136  //Uint32 flags = SDL_HWSURFACE | SDL_OPENGL | SDL_GL_DOUBLEBUFFER; /* \todo: SDL_OPENGL doen't permit to load images*/
    137137  //Uint32 flags = SDL_HWSURFACE | SDL_GL_DOUBLEBUFFER;
     
    177177  GLfloat whiteLight[] = {1.0, 1.0, 1.0,1.0};
    178178  GLfloat brightLight[]={2.0,2.0,2.0,1.0};
    179   GLfloat lightPosition[] = {10.0, 10, 19.0, 0.0};
     179  GLfloat lightPosition[] = {0.0, 4, 4, 0.0};
    180180  GLfloat lightPosition2[]={ 180.0,-20.0,-30.0,0.0};
    181181
Note: See TracChangeset for help on using the changeset viewer.