Changeset 1849 in orxonox.OLD for orxonox/trunk/core
- Timestamp:
- Apr 20, 2004, 11:40:54 AM (21 years ago)
- Location:
- orxonox/trunk/core
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/core/orxonox.cc
r1803 r1849 24 24 glutInitWindowPosition(100, 100); 25 25 glutCreateWindow("orxOnox"); 26 27 26 /* window event dispatchers */ 28 27 /* … … 37 36 { 38 37 glClearColor(0.0, 0.0, 0.0, 0.0); 39 glShadeModel(GL_FLAT); 38 40 39 } 40 41 41 42 42 … … 51 51 Orxonox orx; 52 52 orx.globalInit(argc, argv); 53 orx.menuInit(); 54 53 55 return 0; 54 56 }
Note: See TracChangeset
for help on using the changeset viewer.