Changeset 3679 in orxonox.OLD for orxonox/branches/dave/src/orxonox.cc
- Timestamp:
- Mar 30, 2005, 8:01:06 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/dave/src/orxonox.cc
r3659 r3679 132 132 133 133 int bpp = 16; 134 int width = 400;135 int height = 300;134 int width = 1024; 135 int height = 768; 136 136 //Uint32 flags = SDL_HWSURFACE | SDL_OPENGL | SDL_GL_DOUBLEBUFFER; /* \todo: SDL_OPENGL doen't permit to load images*/ 137 137 //Uint32 flags = SDL_HWSURFACE | SDL_GL_DOUBLEBUFFER; … … 177 177 GLfloat whiteLight[] = {1.0, 1.0, 1.0,1.0}; 178 178 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}; 180 180 GLfloat lightPosition2[]={ 180.0,-20.0,-30.0,0.0}; 181 181
Note: See TracChangeset
for help on using the changeset viewer.