Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2006, 10:30:03 PM (19 years ago)
Author:
nicolasc
Message:

created hbolt.[cc,h], copied from laser, used in heavy blaster
included models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/test_entity2.cc

    r9978 r9979  
    100100{
    101101
     102    glPushAttrib(GL_ENABLE_BIT);
     103    glDisable(GL_LIGHTING);
    102104
    103105    glPushMatrix();
     
    113115
    114116//PRINTF(0)("axis: %f\n", axis);
     117
     118
    115119    glDisable(GL_TEXTURE_2D);
    116120    this->material->select();
     
    228232
    229233  glPopMatrix();
    230 //    glPopAttrib();
     234  glPopAttrib();
    231235}
    232236
Note: See TracChangeset for help on using the changeset viewer.