Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2006, 9:56:51 PM (17 years ago)
Author:
nicolasc
Message:

hbolt rotates

File:
1 edited

Legend:

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

    r9991 r10003  
    8787  this->rotationSpeed = 3;
    8888
    89   //this->material->setDiffuseMap("maps/torp2.png");
     89  this->material->setDiffuseMap("maps/torp2.png");
    9090}
    9191
     
    130130
    131131  glColor3f(0.0, 1.0, 0.0);
    132   glBindTexture( GL_TEXTURE_2D, 1 );
     132
     133  glBindTexture( GL_TEXTURE_2D, 0 );
     134
    133135  glBegin(GL_QUADS); // +X
    134136    glTexCoord2f (0.0, 0.0);
Note: See TracChangeset for help on using the changeset viewer.