Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3737 in orxonox.OLD for orxonox/branches/shadows/src/world.cc


Ignore:
Timestamp:
Apr 6, 2005, 10:56:40 PM (20 years ago)
Author:
dave
Message:

branches/shadows:Das ganze droht nicht fertig zu werden bis Freitag, Erkenntnisse wachsen jedoch:)

File:
1 edited

Legend:

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

    r3728 r3737  
    503503      }
    504504  glEnd();
    505   shadow->setGround();
     505 
    506506 
    507507  // Disable Textures Again, for Performance reasons.
     
    527527   
    528528  glEndList(); 
     529  shadow->init();
    529530}
    530531
     
    579580{
    580581  // draw entities
     582 
     583 
    581584  WorldEntity* entity;
    582585  entity = this->entities->enumerate();
     
    594597 
    595598  glCallList (objectList);
    596 
     599 
    597600
    598601  //After calling the list, draw the skysphere
    599   
     602 
    600603  glEnable(GL_TEXTURE_2D);
    601604  skysphere->draw();
    602605 
    603606  shadow->draw();
     607 
    604608 
    605609 
Note: See TracChangeset for help on using the changeset viewer.