Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3410 in orxonox.OLD for orxonox/branches/dave/src/skybox.cc


Ignore:
Timestamp:
Feb 19, 2005, 5:26:32 PM (19 years ago)
Author:
dave
Message:

branches/dave/src: Ok, Himmel heller gemacht in orxonox.cc durch hinzufuegen eine Lichquelle, zusaetzlich Himmel noch ein wenig gedreht

File:
1 edited

Legend:

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

    r3409 r3410  
    4040    glPushMatrix();
    4141    glTranslatef(this->a,this->b,this->c);
    42     //glTranslatef(myplayer->absCoordinate.x,myplayer->absCoordinate.y,myplayer->absCoordinate.z);
    43     glRotatef(-180.0f,0.0f,0.0f,1.0f);
    44     glRotatef(0.0f,0.0,1.0f,0.0f);
     42   
     43    glRotatef(-30,1,0,0);
     44    glRotatef(95.0f,0.0f,0.0f,1.0f);
     45    glRotatef(-250.0f,0.0,1.0f,0.0f);
     46   
    4547    gluSphere(sphereObj,200.0f,20,20);
    4648    glPopMatrix();
Note: See TracChangeset for help on using the changeset viewer.