Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3706 in orxonox.OLD for orxonox/branches/shadows/src/skysphere.cc


Ignore:
Timestamp:
Mar 31, 2005, 11:29:47 PM (19 years ago)
Author:
dave
Message:

branches/shadows: Ok, das Abbild vom Raumschiff funktioniert schon mal, sieht recht cool aus:)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/shadows/src/skysphere.cc

    r3699 r3706  
    8080   
    8181void Skysphere::draw()
    82 {
     82{   
     83    glEnable(GL_COLOR_MATERIAL);
    8384    sky->select();
    8485    glPushMatrix();
     
    9192    gluSphere(sphereObj,200.0f,20,20);
    9293    glPopMatrix();
     94    glDisable(GL_COLOR_MATERIAL);
    9395
    9496
Note: See TracChangeset for help on using the changeset viewer.