Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4191 in orxonox.OLD


Ignore:
Timestamp:
May 15, 2005, 11:32:38 PM (19 years ago)
Author:
patrick
Message:

orxonox/branchs/md2_model: flushig work before shutdown

Location:
orxonox/branches/md2_loader/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/md2_loader/src/lib/graphics/importer/md2Model.cc

    r4189 r4191  
    653653
    654654  /* some face culling stuff */
    655   glPushAttrib(GL_POLYGON_BIT);
    656   glFrontFace(GL_CW);
    657   glEnable(GL_CULL_FACE);
    658   glCullFace(GL_BACK);
     655  //glPushAttrib(GL_POLYGON_BIT);
     656  //glFrontFace(GL_CW);
     657  //glEnable(GL_CULL_FACE);
     658  //glCullFace(GL_BACK);
    659659     
    660660  this->processLighting();
    661   this->interpolate(verticesList);
     661  //this->interpolate(verticesList);
    662662  this->material->select();
    663663
     
    688688      glEnd();
    689689    }
    690   glDisable(GL_CULL_FACE);
    691   glPopAttrib();
    692 }
    693 
     690  //glDisable(GL_CULL_FACE);
     691  //glPopAttrib();
     692}
     693
  • orxonox/branches/md2_loader/src/world_entities/test_entity.cc

    r4189 r4191  
    4242void TestEntity::tick (float time)
    4343{
    44   this->md2Model->tick(time);
     44  //this->md2Model->tick(time);
    4545}
    4646
Note: See TracChangeset for help on using the changeset viewer.